Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/
Dxfrm.h1903 static inline bool xfrm_dst_offload_ok(struct dst_entry *dst) in xfrm_dst_offload_ok() function
1977 static inline bool xfrm_dst_offload_ok(struct dst_entry *dst) in xfrm_dst_offload_ok() function
/linux-6.1.9/net/core/
Dsock.c2380 if (dst->header_len && !xfrm_dst_offload_ok(dst)) { in sk_setup_caps()