Home
last modified time | relevance | path

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

/linux-4.1.27/net/xfrm/
Dxfrm_policy.c54 static int stale_bundle(struct dst_entry *dst);
1522 if (stale_bundle(dst)) in xfrm_bundle_flo_get()
1537 if (stale_bundle(dst)) in xfrm_bundle_flo_check()
2650 if (dst->obsolete < 0 && !stale_bundle(dst)) in xfrm_dst_check()
2656 static int stale_bundle(struct dst_entry *dst) in stale_bundle() function