Home
last modified time | relevance | path

Searched defs:bpf_size (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/net/sched/
H A Dact_bpf.c192 u16 bpf_size, bpf_num_ops; in tcf_bpf_init_from_ops() local
H A Dcls_bpf.c344 u16 bpf_size, bpf_num_ops; in cls_bpf_prog_from_ops() local
/openbmc/linux/arch/x86/net/
H A Dbpf_jit_comp.c78 static int bpf_size_to_x86_bytes(int bpf_size) in bpf_size_to_x86_bytes()
872 u32 dst_reg, u32 src_reg, s16 off, u8 bpf_size) in emit_atomic()
H A Dbpf_jit_comp32.c1172 static int bpf_size_to_x86_bytes(int bpf_size) in bpf_size_to_x86_bytes()
/openbmc/linux/tools/perf/util/
H A Ddso.c820 static int bpf_size(struct dso *dso) in bpf_size() function
/openbmc/linux/include/linux/
H A Dfilter.h439 #define bpf_size_to_bytes(bpf_size) \ argument
/openbmc/linux/kernel/bpf/
H A Dverifier.c6685 int off, int bpf_size, enum bpf_access_type t, in check_mem_access()