Searched refs:IFLA_XDP (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/bpf/bpftool/ |
| H A D | netlink_dumper.c | 74 if (!tb[IFLA_XDP]) in do_xdp_dump() 77 return do_xdp_dump_one(tb[IFLA_XDP], (unsigned int)ifinfo->ifi_index, in do_xdp_dump()
|
| /linux/tools/lib/bpf/ |
| H A D | netlink.c | 302 nla = nlattr_begin_nested(&req, IFLA_XDP); in __bpf_set_link_xdp_fd_replace() 372 if (!tb[IFLA_XDP]) in get_xdp_info() 375 ret = libbpf_nla_parse_nested(xdp_tb, IFLA_XDP_MAX, tb[IFLA_XDP], NULL); in get_xdp_info()
|
| /linux/tools/include/uapi/linux/ |
| H A D | if_link.h | 350 IFLA_XDP, enumerator
|
| /linux/include/uapi/linux/ |
| H A D | if_link.h | 350 IFLA_XDP, enumerator
|
| /linux/net/core/ |
| H A D | rtnetlink.c | 1770 xdp = nla_nest_start_noflag(skb, IFLA_XDP); in rtnl_xdp_fill() 2259 [IFLA_XDP] = { .type = NLA_NESTED }, 3375 if (tb[IFLA_XDP]) { in do_setlink() 3380 tb[IFLA_XDP], in do_setlink()
|