Searched refs:DST_NOPOLICY (Results 1 – 6 of 6) sorted by relevance
40 #define DST_NOPOLICY 0x0004 macro
1109 (skb_dst(skb) && (skb_dst(skb)->flags & DST_NOPOLICY)) || in __xfrm_policy_check2()1112 return (skb_dst(skb) && (skb_dst(skb)->flags & DST_NOPOLICY)) || in __xfrm_policy_check2()
826 int flags = DST_NOPOLICY | DST_NOXFRM; in vrf_rt6_create()
6480 rt->dst.flags |= DST_NOPOLICY; in addrconf_set_nopolicy()6482 rt->dst.flags &= ~DST_NOPOLICY; in addrconf_set_nopolicy()
1053 flags |= DST_NOPOLICY; in fib6_info_dst_flags()
1614 (nopolicy ? DST_NOPOLICY : 0) | in rt_dst_alloc()
Completed in 40 milliseconds