Symbol: IFA_F_PERMANENT
net/ipv4/devinet.c
1738
if (!(flags & IFA_F_PERMANENT)) {
net/ipv4/devinet.c
733
if (flags & IFA_F_PERMANENT)
net/ipv4/devinet.c
768
if (ifa->ifa_flags & IFA_F_PERMANENT)
net/ipv4/devinet.c
824
flags = ifa->ifa_flags & ~(IFA_F_PERMANENT | IFA_F_DEPRECATED);
net/ipv4/devinet.c
830
flags |= IFA_F_PERMANENT;
net/ipv4/igmp.c
1480
ifm->ifa_flags = IFA_F_PERMANENT;
net/ipv6/addrconf.c
1250
if (ifa->flags & (IFA_F_PERMANENT | IFA_F_NOPREFIXROUTE))
net/ipv6/addrconf.c
2143
} else if (ifp->flags&IFA_F_PERMANENT || !dad_failed) {
net/ipv6/addrconf.c
3162
.ifa_flags = IFA_F_PERMANENT,
net/ipv6/addrconf.c
3217
.ifa_flags = IFA_F_PERMANENT,
net/ipv6/addrconf.c
3319
.ifa_flags = flags | IFA_F_PERMANENT,
net/ipv6/addrconf.c
3652
if (ifp->flags & IFA_F_PERMANENT)
net/ipv6/addrconf.c
3935
!(ifa->flags & IFA_F_PERMANENT) ||
net/ipv6/addrconf.c
3987
keep = keep_addr && (ifa->flags & IFA_F_PERMANENT) &&
net/ipv6/addrconf.c
4334
(ifpiter->flags & (IFA_F_PERMANENT|IFA_F_TENTATIVE|
net/ipv6/addrconf.c
4336
IFA_F_PERMANENT)
net/ipv6/addrconf.c
4666
if ((ifp->flags & IFA_F_PERMANENT) &&
net/ipv6/addrconf.c
4913
had_prefixroute = ifp->flags & IFA_F_PERMANENT &&
net/ipv6/addrconf.c
4915
ifp->flags &= ~(IFA_F_DEPRECATED | IFA_F_PERMANENT | IFA_F_NODAD |
net/ipv6/addrconf.c
5027
cfg.ifa_flags |= IFA_F_PERMANENT;
net/ipv6/addrconf.c
5047
cfg.ifa_flags &= ~IFA_F_PERMANENT;
net/ipv6/addrconf.c
5189
if (!((flags & IFA_F_PERMANENT) &&
net/ipv6/addrconf.c
5265
put_ifaddrmsg(nlh, 128, IFA_F_PERMANENT, scope, ifindex);
net/ipv6/addrconf.c
5300
put_ifaddrmsg(nlh, 128, IFA_F_PERMANENT, scope, ifindex);
net/phonet/pn_netlink.c
115
ifm->ifa_flags = IFA_F_PERMANENT;
tools/testing/selftests/net/tuntap_helpers.h
51
int ifa_flags = IFA_F_PERMANENT | IFA_F_NODAD;