Lines Matching refs:ifa_flags
369 if (!(ifa1->ifa_flags & IFA_F_SECONDARY)) {
373 if (!(ifa->ifa_flags & IFA_F_SECONDARY) &&
377 if (!(ifa->ifa_flags & IFA_F_SECONDARY) ||
444 promote->ifa_flags &= ~IFA_F_SECONDARY;
488 ifa->ifa_flags &= ~IFA_F_SECONDARY;
492 ifa->ifa_flags &= ~IPV6ONLY_FLAGS;
498 if (!(ifa1->ifa_flags & IFA_F_SECONDARY) &&
511 ifa->ifa_flags |= IFA_F_SECONDARY;
536 if (!(ifa->ifa_flags & IFA_F_SECONDARY)) {
714 if (ifa->ifa_flags & IFA_F_PERMANENT)
733 if (!(ifa->ifa_flags & IFA_F_DEPRECATED))
749 if (ifa->ifa_flags & IFA_F_PERMANENT)
775 !(ifa->ifa_flags & IFA_F_DEPRECATED)) {
776 ifa->ifa_flags |= IFA_F_DEPRECATED;
804 ifa->ifa_flags &= ~(IFA_F_PERMANENT | IFA_F_DEPRECATED);
810 ifa->ifa_flags |= IFA_F_PERMANENT;
815 ifa->ifa_flags |= IFA_F_DEPRECATED;
872 ifa->ifa_flags = tb[IFA_FLAGS] ? nla_get_u32(tb[IFA_FLAGS]) :
873 ifm->ifa_flags;
949 if (ifa->ifa_flags & IFA_F_MCAUTOJOIN) {
1291 if (ifa->ifa_flags & IFA_F_SECONDARY)
1319 if (ifa->ifa_flags & IFA_F_SECONDARY)
1664 ifm->ifa_flags = ifa->ifa_flags;
1672 if (!(ifm->ifa_flags & IFA_F_PERMANENT)) {
1701 nla_put_u32(skb, IFA_FLAGS, ifa->ifa_flags) ||
1732 if (ifm->ifa_prefixlen || ifm->ifa_flags || ifm->ifa_scope) {