Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Dxfrm.h1863 static inline bool xfrm_dst_offload_ok(struct dst_entry *dst) in xfrm_dst_offload_ok() function
1937 static inline bool xfrm_dst_offload_ok(struct dst_entry *dst) in xfrm_dst_offload_ok() function
/Linux-v5.4/net/core/
Dsock.c1929 if (dst->header_len && !xfrm_dst_offload_ok(dst)) { in sk_setup_caps()