Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dact_bpf.c192 u16 bpf_size, bpf_num_ops; in tcf_bpf_init_from_ops() local
/linux/arch/x86/net/
H A Dbpf_jit_comp.c136 static int bpf_size_to_x86_bytes(int bpf_size) in bpf_size_to_x86_bytes()
1259 u32 dst_reg, u32 src_reg, s16 off, u8 bpf_size) in emit_atomic_rmw()
1349 u32 src_reg, s16 off, u8 bpf_size) in emit_atomic_ld_st()
H A Dbpf_jit_comp32.c1172 static int bpf_size_to_x86_bytes(int bpf_size) in bpf_size_to_x86_bytes()
/linux/tools/perf/util/
H A Ddso.c867 static int bpf_size(struct dso *dso) in bpf_size() function
/linux/include/linux/
H A Dfilter.h538 #define bpf_size_to_bytes(bpf_size) \ argument
/linux/kernel/bpf/
H A Dverifier.c7536 int off, int bpf_size, enum bpf_access_type t, in check_mem_access()