Searched refs:ifinfo (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/bpf/bpftool/
H A Dnetlink_dumper.c72 int do_xdp_dump(struct ifinfomsg *ifinfo, struct nlattr **tb) argument
77 return do_xdp_dump_one(tb[IFLA_XDP], ifinfo->ifi_index,
H A Dmain.h238 int do_xdp_dump(struct ifinfomsg *ifinfo, struct nlattr **tb);
239 int do_filter_dump(struct tcmsg *ifinfo, struct nlattr **tb, const char *kind,
H A Dnet.c364 struct ifinfomsg *ifinfo = msg; local
366 if (netinfo->filter_idx > 0 && netinfo->filter_idx != ifinfo->ifi_index)
378 netinfo->devices[netinfo->used_len].ifindex = ifinfo->ifi_index;
387 return do_xdp_dump(ifinfo, tb);
/linux-master/tools/lib/bpf/
H A Dnlattr.h60 struct ifinfomsg ifinfo; member in union:libbpf_nla_req::__anon5129
H A Dnetlink.c297 req.ifinfo.ifi_family = AF_UNSPEC;
298 req.ifinfo.ifi_index = ifindex;
364 struct ifinfomsg *ifinfo = msg; local
367 if (xdp_id->ifindex && xdp_id->ifindex != ifinfo->ifi_index)
437 .ifinfo.ifi_family = AF_PACKET,

Completed in 147 milliseconds