Searched refs:IFLA_XDP (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/tools/bpf/bpftool/ |
D | netlink_dumper.c | 74 if (!tb[IFLA_XDP]) in do_xdp_dump() 77 return do_xdp_dump_one(tb[IFLA_XDP], ifinfo->ifi_index, in do_xdp_dump()
|
/linux-6.1.9/tools/lib/bpf/ |
D | netlink.c | 255 nla = nlattr_begin_nested(&req, IFLA_XDP); in __bpf_set_link_xdp_fd_replace() 325 if (!tb[IFLA_XDP]) in get_xdp_info() 328 ret = libbpf_nla_parse_nested(xdp_tb, IFLA_XDP_MAX, tb[IFLA_XDP], NULL); in get_xdp_info()
|
/linux-6.1.9/tools/include/uapi/linux/ |
D | if_link.h | 330 IFLA_XDP, enumerator
|
/linux-6.1.9/include/uapi/linux/ |
D | if_link.h | 350 IFLA_XDP, enumerator
|
/linux-6.1.9/net/core/ |
D | rtnetlink.c | 1500 xdp = nla_nest_start_noflag(skb, IFLA_XDP); in rtnl_xdp_fill() 1913 [IFLA_XDP] = { .type = NLA_NESTED }, 2963 if (tb[IFLA_XDP]) { in do_setlink() 2968 tb[IFLA_XDP], in do_setlink()
|