Home
last modified time | relevance | path

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

/openbmc/linux/net/xfrm/
H A Dxfrm_output.c292 top_iph->protocol = xfrm_af2proto(skb_dst(skb)->ops->family); in xfrm4_tunnel_encap_add()
338 top_iph->nexthdr = xfrm_af2proto(skb_dst(skb)->ops->family); in xfrm6_tunnel_encap_add()
H A Dxfrm_policy.c2688 xfrm_af2proto(family)); in xfrm_bundle_create()
/openbmc/linux/include/net/
H A Dxfrm.h452 static inline int xfrm_af2proto(unsigned int family) in xfrm_af2proto() function