Searched defs:bpf_prog (Results 1 – 4 of 4) sorted by relevance
324 struct bpf_prog { struct333 enum bpf_prog_type type; /* Type of BPF program */ argument334 struct bpf_prog_aux *aux; /* Auxiliary fields */ argument348 struct bpf_prog *prog; argument
52 struct sock_fprog bpf_prog; in sock_setfilter() local
338 static int do_jit(struct bpf_prog *bpf_prog, int *addrs, u8 *image, in do_jit()
84 struct bpf_prog __rcu *bpf_prog; member