Searched refs:IFLA_XDP (Results 1 – 5 of 5) sorted by relevance
/openbmc/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], ifinfo->ifi_index, in do_xdp_dump()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | netlink.c | 300 nla = nlattr_begin_nested(&req, IFLA_XDP); in __bpf_set_link_xdp_fd_replace() 370 if (!tb[IFLA_XDP]) in get_xdp_info() 373 ret = libbpf_nla_parse_nested(xdp_tb, IFLA_XDP_MAX, tb[IFLA_XDP], NULL); in get_xdp_info()
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | if_link.h | 330 IFLA_XDP, enumerator
|
/openbmc/linux/include/uapi/linux/ |
H A D | if_link.h | 350 IFLA_XDP, enumerator
|
/openbmc/linux/net/core/ |
H A D | rtnetlink.c | 1551 xdp = nla_nest_start_noflag(skb, IFLA_XDP); in rtnl_xdp_fill() 1993 [IFLA_XDP] = { .type = NLA_NESTED }, 3092 if (tb[IFLA_XDP]) { in do_setlink() 3097 tb[IFLA_XDP], in do_setlink()
|