Lines Matching defs:link
67 struct snl_parsed_link_simple *link)
85 if (!snl_parse_nlmsg(ss, hdr, &snl_rtm_link_parser_simple, link))
96 struct snl_parsed_link_simple link = {};
98 if (!get_link_info(ss, ifindex, &link))
101 return (valid_type(link.ifi_type) != 0);
211 print_entry(struct snl_parsed_neigh *neigh, struct snl_parsed_link_simple *link)
229 .sdl_type = link->ifi_type,
244 ifname = link->ifla_ifname;
315 struct snl_parsed_link_simple link = {};
358 if (neigh.nda_ifindex != link.ifi_index) {
360 memset(&link, 0, sizeof(link));
361 if (!get_link_info(&ss_cmd, neigh.nda_ifindex, &link))
383 print_entry(&neigh, &link);