Lines Matching full:enum
6 * enum bpf_field_info_kind is passed as a second argument into
13 enum bpf_field_info_kind {
23 enum bpf_type_id_kind {
29 enum bpf_type_info_kind {
36 enum bpf_enum_value_kind {
37 BPF_ENUMVAL_EXISTS = 0, /* enum value existence in kernel */
38 BPF_ENUMVAL_VALUE = 1, /* enum value value relocation */
211 * (struct/union/enum/typedef) exists in a target kernel.
221 * (struct/union/enum/typedef) "matches" that in a target kernel.
231 * (struct/union/enum/typedef) in a target kernel.
243 * 1, if specified enum type and its enumerator value are present in target
245 * 0, if no matching enum and/or enum value within that enum is found.
254 * 64-bit value, if specified enum type and its enumerator value are
256 * 0, if no matching enum and/or enum value within that enum is found.