Searched refs:IFLA_XDP (Results 1 – 11 of 11) sorted by relevance
/external/strace/tests-m32/ |
D | nlattr_ifla_xdp.c | 40 #ifndef IFLA_XDP 41 # define IFLA_XDP 43 macro 69 .nla_type = IFLA_XDP in init_ifinfomsg()
|
/external/strace/tests-mx32/ |
D | nlattr_ifla_xdp.c | 40 #ifndef IFLA_XDP 41 # define IFLA_XDP 43 macro 69 .nla_type = IFLA_XDP in init_ifinfomsg()
|
/external/strace/tests/ |
D | nlattr_ifla_xdp.c | 40 #ifndef IFLA_XDP 41 # define IFLA_XDP 43 macro 69 .nla_type = IFLA_XDP in init_ifinfomsg()
|
/external/strace/xlat/ |
D | rtnl_link_attrs.h | 131 #if !(defined(IFLA_XDP) || (defined(HAVE_DECL_IFLA_XDP) && HAVE_DECL_IFLA_XDP)) 132 # define IFLA_XDP 43 macro 189 XLAT(IFLA_XDP),
|
D | rtnl_link_attrs.in | 44 IFLA_XDP 43
|
/external/iproute2/ip/ |
D | iplink_xdp.c | 34 xdp_attr = addattr_nest(&req->n, sizeof(*req), IFLA_XDP); in xdp_ebpf_cb()
|
D | ipaddress.c | 1148 if (tb[IFLA_XDP]) in print_linkinfo() 1149 xdp_dump(fp, tb[IFLA_XDP], do_link, false); in print_linkinfo() 1317 if ((do_link || show_details) && tb[IFLA_XDP]) in print_linkinfo() 1318 xdp_dump(fp, tb[IFLA_XDP], true, true); in print_linkinfo()
|
/external/strace/ |
D | rtnl_link.c | 421 [IFLA_XDP] = decode_ifla_xdp,
|
D | ChangeLog | 4085 tests: check decoding of IFLA_XDP netlink attribute of ifinfomsg. 4116 <IFLA_XDP>: Use decode_ifla_xdp.
|
/external/kernel-headers/original/uapi/linux/ |
D | if_link.h | 160 IFLA_XDP, enumerator
|
/external/iproute2/include/uapi/linux/ |
D | if_link.h | 160 IFLA_XDP, enumerator
|