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

/linux-master/net/xfrm/
H A Dxfrm_policy.c181 static int stale_bundle(struct dst_entry *dst);
3880 * stale_bundle() check.
3884 * This will force stale_bundle() to fail on any xdst bundle with
3887 if (dst->obsolete < 0 && !stale_bundle(dst))
3893 static int stale_bundle(struct dst_entry *dst) function

Completed in 202 milliseconds