Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/xfrm/
H A Dxfrm_policy.c165 static int stale_bundle(struct dst_entry *dst);
3777 * stale_bundle() check. in xfrm_dst_check()
3781 * This will force stale_bundle() to fail on any xdst bundle with in xfrm_dst_check()
3784 if (dst->obsolete < 0 && !stale_bundle(dst)) in xfrm_dst_check()
3790 static int stale_bundle(struct dst_entry *dst) in stale_bundle() function
/kernel/linux/linux-6.6/net/xfrm/
H A Dxfrm_policy.c165 static int stale_bundle(struct dst_entry *dst);
3823 * stale_bundle() check. in xfrm_dst_check()
3827 * This will force stale_bundle() to fail on any xdst bundle with in xfrm_dst_check()
3830 if (dst->obsolete < 0 && !stale_bundle(dst)) in xfrm_dst_check()
3836 static int stale_bundle(struct dst_entry *dst) in stale_bundle() function

Completed in 12 milliseconds