Home
last modified time | relevance | path

Searched refs:DST_NOPOLICY (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/net/
H A Ddst.h41 #define DST_NOPOLICY 0x0004 macro
H A Dxfrm.h1167 return skb_dst(skb) && (skb_dst(skb)->flags & DST_NOPOLICY); in __xfrm_check_dev_nopolicy()
/openbmc/linux/drivers/net/
H A Dvrf.c816 int flags = DST_NOPOLICY | DST_NOXFRM; in vrf_rt6_create()
/openbmc/linux/net/ipv6/
H A Daddrconf.c6603 rt->dst.flags |= DST_NOPOLICY; in addrconf_set_nopolicy()
6605 rt->dst.flags &= ~DST_NOPOLICY; in addrconf_set_nopolicy()
H A Droute.c1063 flags |= DST_NOPOLICY; in fib6_info_dst_flags()