Home
last modified time | relevance | path

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

/external/iproute2/ip/
Diplink_xdp.c32 struct rtattr *xdp_attr; in xdp_ebpf_cb() local
34 xdp_attr = addattr_nest(&req->n, sizeof(*req), IFLA_XDP); in xdp_ebpf_cb()
38 addattr_nest_end(&req->n, xdp_attr); in xdp_ebpf_cb()