Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dxfrm.h1941 static inline bool xfrm_dst_offload_ok(struct dst_entry *dst) in xfrm_dst_offload_ok() function
2015 static inline bool xfrm_dst_offload_ok(struct dst_entry *dst) in xfrm_dst_offload_ok() function
/Linux-v4.19/net/core/
Dsock.c1778 if (dst->header_len && !xfrm_dst_offload_ok(dst)) { in sk_setup_caps()