Searched refs:ebpf_cb (Results 1 – 6 of 6) sorted by relevance
42 .ebpf_cb = xdp_ebpf_cb,
867 .ebpf_cb = bpf_lwt_cb,
71 .ebpf_cb = bpf_ebpf_cb,
73 .ebpf_cb = bpf_ebpf_cb,
56 void (*ebpf_cb)(void *nl, int fd, const char *annotation); member
944 ops->ebpf_cb(nl, ret, annotation); in bpf_parse_opt_tbl()960 if (ops->ebpf_cb) { in bpf_parse_common()