Searched refs:ifa_flags (Results 1 - 13 of 13) sorted by relevance

/linux-master/include/uapi/linux/
H A Dif_addr.h11 __u8 ifa_flags; /* Flags */ member in struct:ifaddrmsg
23 * IFA_FLAGS is a u32 attribute that extends the u8 field ifa_flags.
44 /* ifa_flags */
/linux-master/net/ipv4/
H A Ddevinet.c373 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))
721 flags = READ_ONCE(ifa->ifa_flags);
[all...]
H A Dfib_frontend.c1123 if (ifa->ifa_flags & IFA_F_SECONDARY) {
1143 if (!ipv4_is_zeronet(prefix) && !(ifa->ifa_flags & IFA_F_SECONDARY) &&
1145 if (!(ifa->ifa_flags & IFA_F_NOPREFIXROUTE))
1167 ifa->ifa_flags & (IFA_F_SECONDARY | IFA_F_NOPREFIXROUTE) ||
1205 if (ifa->ifa_flags & IFA_F_SECONDARY) {
1221 if (!(ifa->ifa_flags & IFA_F_NOPREFIXROUTE))
1249 if (ifa1->ifa_flags & IFA_F_SECONDARY) {
/linux-master/net/netfilter/
H A Dnf_conntrack_broadcast.c44 if (ifa->ifa_flags & IFA_F_SECONDARY)
/linux-master/net/ipv4/netfilter/
H A Dnf_tproxy_ipv4.c63 if (ifa->ifa_flags & IFA_F_SECONDARY)
/linux-master/net/ipv6/
H A Daddrconf.c1075 !(cfg->ifa_flags & IFA_F_MCAUTOJOIN)) {
1138 ifa->flags = cfg->ifa_flags;
1141 if (!(cfg->ifa_flags & IFA_F_NODAD))
1467 cfg.ifa_flags = IFA_F_TEMPORARY;
1470 cfg.ifa_flags |= IFA_F_OPTIMISTIC;
2178 .ifa_flags = ifp->flags,
2665 .ifa_flags = addr_flags,
2676 cfg.ifa_flags |= IFA_F_OPTIMISTIC;
3013 if (cfg->ifa_flags & IFA_F_MANAGETEMPADDR && cfg->plen != 64) {
3028 if (cfg->ifa_flags
3091 inet6_addr_del(struct net *net, int ifindex, u32 ifa_flags, const struct in6_addr *pfx, unsigned int plen, struct netlink_ext_ack *extack) argument
4779 u32 ifa_flags; local
[all...]
/linux-master/net/phonet/
H A Dpn_netlink.c108 ifm->ifa_flags = IFA_F_PERMANENT;
/linux-master/include/linux/
H A Dinetdevice.h156 __u32 ifa_flags; member in struct:in_ifaddr
/linux-master/net/mctp/
H A Ddevice.c76 hdr->ifa_flags = 0;
/linux-master/tools/testing/selftests/net/tcp_ao/lib/
H A Dnetlink.c217 req.info.ifa_flags = IFA_F_NODAD;
/linux-master/include/net/
H A Daddrconf.h81 u32 ifa_flags; member in struct:ifa6_config
/linux-master/drivers/infiniband/hw/cxgb4/
H A Dcm.c3244 if (ifa->ifa_flags & IFA_F_SECONDARY)
/linux-master/fs/smb/server/
H A Dsmb2pdu.c7635 if (ifa->ifa_flags & IFA_F_SECONDARY)

Completed in 229 milliseconds