DST_NOPOLICY      508 drivers/net/vrf.c 	int flags = DST_HOST | DST_NOPOLICY | DST_NOXFRM;
DST_NOPOLICY     1100 include/net/xfrm.h 		(skb_dst(skb)->flags & DST_NOPOLICY) ||
DST_NOPOLICY     1627 net/ipv4/route.c 		       (nopolicy ? DST_NOPOLICY : 0) |
DST_NOPOLICY     6384 net/ipv6/addrconf.c 			rt->dst.flags |= DST_NOPOLICY;
DST_NOPOLICY     6386 net/ipv6/addrconf.c 			rt->dst.flags &= ~DST_NOPOLICY;
DST_NOPOLICY     1064 net/ipv6/route.c 		flags |= DST_NOPOLICY;