Home
last modified time | relevance | path

Searched refs:bpf_insn_array_value (Results 1 – 5 of 5) sorted by relevance

/linux/kernel/bpf/
H A Dbpf_insn_array.c10 DECLARE_FLEX_ARRAY(struct bpf_insn_array_value, values);
21 const u64 entry_size = sizeof(struct bpf_insn_array_value); in insn_array_alloc_size()
28 u32 value_size = sizeof(struct bpf_insn_array_value); in insn_array_alloc_check()
79 struct bpf_insn_array_value val = {}; in insn_array_update_elem()
186 struct bpf_insn_array_value *values = insn_array->values; in bpf_insn_array_init()
H A Dcfg.c203 struct bpf_insn_array_value *value; in copy_insn_array()
/linux/tools/include/uapi/linux/
H A Dbpf.h7821 struct bpf_insn_array_value { struct
/linux/include/uapi/linux/
H A Dbpf.h7821 struct bpf_insn_array_value { struct
/linux/tools/lib/bpf/
H A Dlibbpf.c6358 __u32 value_size = sizeof(struct bpf_insn_array_value); in create_jt_map()
6359 struct bpf_insn_array_value val = {}; in create_jt_map()