Searched refs:BPF_ENUMVAL_VALUE (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/lib/bpf/
H A Dbpf_core_read.h40 BPF_ENUMVAL_VALUE = 1, /* enum value value relocation */ enumerator in enum:bpf_enum_value_kind
288 __builtin_preserve_enum_value(*(typeof(enum_type) *)enum_value, BPF_ENUMVAL_VALUE)
291 __builtin_preserve_enum_value(___bpf_typeof(enum_type), enum_value, BPF_ENUMVAL_VALUE)

Completed in 118 milliseconds