Lines Matching refs:ifa_flags
373 if (!(ifa1->ifa_flags & IFA_F_SECONDARY)) {
377 if (!(ifa->ifa_flags & IFA_F_SECONDARY) &&
381 if (!(ifa->ifa_flags & IFA_F_SECONDARY) ||
448 promote->ifa_flags &= ~IFA_F_SECONDARY;
492 ifa->ifa_flags &= ~IFA_F_SECONDARY;
496 ifa->ifa_flags &= ~IPV6ONLY_FLAGS;
502 if (!(ifa1->ifa_flags & IFA_F_SECONDARY) &&
516 ifa->ifa_flags |= IFA_F_SECONDARY;
541 if (!(ifa->ifa_flags & IFA_F_SECONDARY))
718 if (ifa->ifa_flags & IFA_F_PERMANENT)
737 if (!(ifa->ifa_flags & IFA_F_DEPRECATED))
753 if (ifa->ifa_flags & IFA_F_PERMANENT)
779 !(ifa->ifa_flags & IFA_F_DEPRECATED)) {
780 ifa->ifa_flags |= IFA_F_DEPRECATED;
808 ifa->ifa_flags &= ~(IFA_F_PERMANENT | IFA_F_DEPRECATED);
814 ifa->ifa_flags |= IFA_F_PERMANENT;
819 ifa->ifa_flags |= IFA_F_DEPRECATED;
886 ifa->ifa_flags = tb[IFA_FLAGS] ? nla_get_u32(tb[IFA_FLAGS]) :
887 ifm->ifa_flags;
967 if (ifa->ifa_flags & IFA_F_MCAUTOJOIN) {
1315 if (ifa->ifa_flags & IFA_F_SECONDARY)
1343 if (ifa->ifa_flags & IFA_F_SECONDARY)
1689 ifm->ifa_flags = ifa->ifa_flags;
1697 if (!(ifm->ifa_flags & IFA_F_PERMANENT)) {
1728 nla_put_u32(skb, IFA_FLAGS, ifa->ifa_flags) ||
1759 if (ifm->ifa_prefixlen || ifm->ifa_flags || ifm->ifa_scope) {