Home
last modified time | relevance | path

Searched refs:xfrm_af2proto (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/net/xfrm/
Dxfrm_output.c215 top_iph->protocol = xfrm_af2proto(skb_dst(skb)->ops->family); in xfrm4_tunnel_encap_add()
261 top_iph->nexthdr = xfrm_af2proto(skb_dst(skb)->ops->family); in xfrm6_tunnel_encap_add()
736 xfrm_af2proto(skb_dst(skb)->ops->family)); in xfrm_inner_extract_output()
Dxfrm_policy.c2586 xfrm_af2proto(family)); in xfrm_bundle_create()
/kernel/linux/linux-5.10/include/net/
Dxfrm.h428 static inline int xfrm_af2proto(unsigned int family) in xfrm_af2proto() function