Home
last modified time | relevance | path

Searched refs:ebpf_cb (Results 1 – 6 of 6) sorted by relevance

/external/iproute2/ip/
Diplink_xdp.c42 .ebpf_cb = xdp_ebpf_cb,
Diproute_lwtunnel.c867 .ebpf_cb = bpf_lwt_cb,
/external/iproute2/tc/
Dm_bpf.c71 .ebpf_cb = bpf_ebpf_cb,
Df_bpf.c73 .ebpf_cb = bpf_ebpf_cb,
/external/iproute2/include/
Dbpf_util.h56 void (*ebpf_cb)(void *nl, int fd, const char *annotation); member
/external/iproute2/lib/
Dbpf.c944 ops->ebpf_cb(nl, ret, annotation); in bpf_parse_opt_tbl()
960 if (ops->ebpf_cb) { in bpf_parse_common()