Lines Matching refs:ifa_label
599 if (tb[IFA_LABEL] && nla_strcmp(tb[IFA_LABEL], ifa->ifa_label)) in inet_rtm_deladdr()
801 nla_strlcpy(ifa->ifa_label, tb[IFA_LABEL], IFNAMSIZ); in rtm_to_ifaddr()
803 memcpy(ifa->ifa_label, dev->name, IFNAMSIZ); in rtm_to_ifaddr()
1000 if (!strcmp(ifr.ifr_name, ifa->ifa_label) && in devinet_ioctl()
1013 if (!strcmp(ifr.ifr_name, ifa->ifa_label)) in devinet_ioctl()
1064 memcpy(ifa->ifa_label, ifr.ifr_name, IFNAMSIZ); in devinet_ioctl()
1066 memcpy(ifa->ifa_label, dev->name, IFNAMSIZ); in devinet_ioctl()
1175 strcpy(ifr.ifr_name, ifa->ifa_label); in inet_gifconf()
1338 memcpy(old, ifa->ifa_label, IFNAMSIZ); in inetdev_changename()
1339 memcpy(ifa->ifa_label, dev->name, IFNAMSIZ); in inetdev_changename()
1348 strcat(ifa->ifa_label, dot); in inetdev_changename()
1350 strcpy(ifa->ifa_label + (IFNAMSIZ - strlen(dot) - 1), dot); in inetdev_changename()
1423 memcpy(ifa->ifa_label, dev->name, IFNAMSIZ); in inetdev_event()
1549 (ifa->ifa_label[0] && in inet_fill_ifaddr()
1550 nla_put_string(skb, IFA_LABEL, ifa->ifa_label)) || in inet_fill_ifaddr()