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
1452
ifm->ifa_flags = IFA_F_PERMANENT;
net/ipv6/addrconf.c
1242
if (ifa->flags & (IFA_F_PERMANENT | IFA_F_NOPREFIXROUTE))
net/ipv6/addrconf.c
2133
} else if (ifp->flags&IFA_F_PERMANENT || !dad_failed) {
net/ipv6/addrconf.c
3138
.ifa_flags = IFA_F_PERMANENT,
net/ipv6/addrconf.c
3193
.ifa_flags = IFA_F_PERMANENT,
net/ipv6/addrconf.c
3295
.ifa_flags = flags | IFA_F_PERMANENT,
net/ipv6/addrconf.c
3625
if ((ifp->flags & IFA_F_PERMANENT) &&
net/ipv6/addrconf.c
3904
!(ifa->flags & IFA_F_PERMANENT) ||
net/ipv6/addrconf.c
3956
keep = keep_addr && (ifa->flags & IFA_F_PERMANENT) &&
net/ipv6/addrconf.c
4303
(ifpiter->flags & (IFA_F_PERMANENT|IFA_F_TENTATIVE|
net/ipv6/addrconf.c
4305
IFA_F_PERMANENT)
net/ipv6/addrconf.c
4635
if ((ifp->flags & IFA_F_PERMANENT) &&
net/ipv6/addrconf.c
4882
had_prefixroute = ifp->flags & IFA_F_PERMANENT &&
net/ipv6/addrconf.c
4884
ifp->flags &= ~(IFA_F_DEPRECATED | IFA_F_PERMANENT | IFA_F_NODAD |
net/ipv6/addrconf.c
4996
cfg.ifa_flags |= IFA_F_PERMANENT;
net/ipv6/addrconf.c
5016
cfg.ifa_flags &= ~IFA_F_PERMANENT;
net/ipv6/addrconf.c
5158
if (!((flags & IFA_F_PERMANENT) &&
net/ipv6/addrconf.c
5234
put_ifaddrmsg(nlh, 128, IFA_F_PERMANENT, scope, ifindex);
net/ipv6/addrconf.c
5269
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;