Home
last modified time | relevance | path

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

/Linux-v5.4/net/sched/
Dact_bpf.c188 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.4/arch/x86/net/
Dbpf_jit_comp.c68 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.4/tools/perf/util/
Ddso.c739 static int bpf_size(struct dso *dso) in bpf_size() function
/Linux-v5.4/include/linux/
Dfilter.h395 #define bpf_size_to_bytes(bpf_size) \ argument
/Linux-v5.4/kernel/bpf/
Dverifier.c2749 int off, int bpf_size, enum bpf_access_type t, in check_mem_access()