Searched refs:IFA_LABEL (Results 1 – 2 of 2) sorted by relevance
30 IFA_LABEL, enumerator
103 [IFA_LABEL] = { .type = NLA_STRING, .len = IFNAMSIZ - 1 },687 if (tb[IFA_LABEL] && nla_strcmp(tb[IFA_LABEL], ifa->ifa_label)) in inet_rtm_deladdr()929 if (tb[IFA_LABEL]) in inet_rtm_to_ifa()930 nla_strscpy(ifa->ifa_label, tb[IFA_LABEL], IFNAMSIZ); in inet_rtm_to_ifa()1767 nla_put_string(skb, IFA_LABEL, ifa->ifa_label)) || in inet_fill_ifaddr()