Searched refs:DST_XFRM_QUEUE (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/net/
H A Ddst.h45 #define DST_XFRM_QUEUE 0x0040 macro
H A Dxfrm.h972 if (dst->xfrm || (dst->flags & DST_XFRM_QUEUE)) {
984 if (dst->xfrm || (dst->flags & DST_XFRM_QUEUE)) {
/linux-master/net/ipv4/
H A Dip_vti.c220 if (dst->flags & DST_XFRM_QUEUE)
/linux-master/net/ipv6/
H A Dip6_vti.c494 if (dst->flags & DST_XFRM_QUEUE)
/linux-master/net/xfrm/
H A Dxfrm_policy.c2888 if (dst->flags & DST_XFRM_QUEUE) {
3013 dst1->flags |= DST_XFRM_QUEUE;
3956 if (dst->flags & DST_XFRM_QUEUE)

Completed in 235 milliseconds