Lines Matching refs:ifa_label
676 if (tb[IFA_LABEL] && nla_strcmp(tb[IFA_LABEL], ifa->ifa_label)) in inet_rtm_deladdr()
884 nla_strlcpy(ifa->ifa_label, tb[IFA_LABEL], IFNAMSIZ); in rtm_to_ifaddr()
886 memcpy(ifa->ifa_label, dev->name, IFNAMSIZ); in rtm_to_ifaddr()
1089 if (!strcmp(ifr->ifr_name, ifa->ifa_label) && in devinet_ioctl()
1103 if (!strcmp(ifr->ifr_name, ifa->ifa_label)) in devinet_ioctl()
1158 memcpy(ifa->ifa_label, ifr->ifr_name, IFNAMSIZ); in devinet_ioctl()
1160 memcpy(ifa->ifa_label, dev->name, IFNAMSIZ); in devinet_ioctl()
1268 strcpy(ifr.ifr_name, ifa->ifa_label); in inet_gifconf()
1487 memcpy(old, ifa->ifa_label, IFNAMSIZ); in inetdev_changename()
1488 memcpy(ifa->ifa_label, dev->name, IFNAMSIZ); in inetdev_changename()
1497 strcat(ifa->ifa_label, dot); in inetdev_changename()
1499 strcpy(ifa->ifa_label + (IFNAMSIZ - strlen(dot) - 1), dot); in inetdev_changename()
1566 memcpy(ifa->ifa_label, dev->name, IFNAMSIZ); in inetdev_event()
1699 (ifa->ifa_label[0] && in inet_fill_ifaddr()
1700 nla_put_string(skb, IFA_LABEL, ifa->ifa_label)) || in inet_fill_ifaddr()