Searched refs:ifinfo (Results 1 – 4 of 4) sorted by relevance
137 struct ifinfomsg ifinfo; in bpf_set_link_xdp_fd() member152 req.ifinfo.ifi_family = AF_UNSPEC; in bpf_set_link_xdp_fd()153 req.ifinfo.ifi_index = ifindex; in bpf_set_link_xdp_fd()223 struct ifinfomsg *ifinfo = msg; in get_xdp_id() local227 if (xdp_id->ifindex && xdp_id->ifindex != ifinfo->ifi_index) in get_xdp_id()
90 struct ifinfomsg *ifinfo = msg; in dump_link_nlmsg() local92 if (netinfo->filter_idx > 0 && netinfo->filter_idx != ifinfo->ifi_index) in dump_link_nlmsg()104 netinfo->devices[netinfo->used_len].ifindex = ifinfo->ifi_index; in dump_link_nlmsg()113 return do_xdp_dump(ifinfo, tb); in dump_link_nlmsg()
72 int do_xdp_dump(struct ifinfomsg *ifinfo, struct nlattr **tb) in do_xdp_dump() argument77 return do_xdp_dump_one(tb[IFLA_XDP], ifinfo->ifi_index, in do_xdp_dump()
225 int do_xdp_dump(struct ifinfomsg *ifinfo, struct nlattr **tb);226 int do_filter_dump(struct tcmsg *ifinfo, struct nlattr **tb, const char *kind,