Home
last modified time | relevance | path

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

/Linux-v5.10/net/sched/
Dact_bpf.c191 u16 bpf_size, bpf_num_ops; in tcf_bpf_init_from_ops() local
Dcls_bpf.c343 u16 bpf_size, bpf_num_ops; in cls_bpf_prog_from_ops() local
/Linux-v5.10/tools/perf/util/
Ddso.c755 static int bpf_size(struct dso *dso) in bpf_size() function
/Linux-v5.10/arch/x86/net/
Dbpf_jit_comp.c72 static int bpf_size_to_x86_bytes(int bpf_size) in bpf_size_to_x86_bytes()
Dbpf_jit_comp32.c1171 static int bpf_size_to_x86_bytes(int bpf_size) in bpf_size_to_x86_bytes()
/Linux-v5.10/include/linux/
Dfilter.h399 #define bpf_size_to_bytes(bpf_size) \ argument
/Linux-v5.10/kernel/bpf/
Dverifier.c3402 int off, int bpf_size, enum bpf_access_type t, in check_mem_access()