Searched refs:IFA_F_TEMPORARY (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dif_addr.h46 #define IFA_F_TEMPORARY IFA_F_SECONDARY macro
/linux-master/net/ipv6/
H A Daddrconf.c1169 if (ifa->flags&IFA_F_TEMPORARY) {
1311 if (ifp->flags&IFA_F_TEMPORARY) {
1467 cfg.ifa_flags = IFA_F_TEMPORARY;
1676 ret = (!(score->ifa->flags & IFA_F_TEMPORARY)) ^ preftmp;
2113 if (ifp->flags&IFA_F_TEMPORARY) {
3123 if (!(ifp->flags & IFA_F_TEMPORARY) &&
4377 if (ifp->flags & IFA_F_TEMPORARY)
4637 if ((ifp->flags&IFA_F_TEMPORARY) &&
4861 (ifp->flags & IFA_F_TEMPORARY || ifp->prefix_len != 64))

Completed in 151 milliseconds