Searched defs:bpf_prog (Results 1 – 3 of 3) sorted by relevance
308 struct bpf_prog { struct313 enum bpf_prog_type type; /* Type of BPF program */ argument314 struct bpf_prog_aux *aux; /* Auxiliary fields */ argument328 struct bpf_prog *prog; argument
52 struct sock_fprog bpf_prog; in pair_udp_setfilter() local
189 static int do_jit(struct bpf_prog *bpf_prog, int *addrs, u8 *image, in do_jit()