Home
last modified time | relevance | path

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

/external/iproute2/ip/
Diplink_xdp.c28 static void xdp_ebpf_cb(void *raw, int fd, const char *annotation) in xdp_ebpf_cb() function
42 .ebpf_cb = xdp_ebpf_cb,
47 xdp_ebpf_cb(xdp, -1, NULL); in xdp_delete()