Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/
Dxfrm.h1952 static inline bool xfrm_dst_offload_ok(struct dst_entry *dst) in xfrm_dst_offload_ok() function
2064 static inline bool xfrm_dst_offload_ok(struct dst_entry *dst) in xfrm_dst_offload_ok() function
/Linux-v6.6/net/core/
Dsock.c2447 if (dst->header_len && !xfrm_dst_offload_ok(dst)) { in sk_setup_caps()