Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dxfrm4_mode_tunnel.c45 top_iph->protocol = xfrm_af2proto(skb_dst(skb)->ops->family); in xfrm4_mode_tunnel_output()
/linux-4.4.14/net/ipv6/
Dxfrm6_mode_tunnel.c49 top_iph->nexthdr = xfrm_af2proto(skb_dst(skb)->ops->family); in xfrm6_mode_tunnel_output()
/linux-4.4.14/net/xfrm/
Dxfrm_output.c223 xfrm_af2proto(skb_dst(skb)->ops->family)); in xfrm_inner_extract_output()
Dxfrm_policy.c1694 xfrm_af2proto(family)); in xfrm_bundle_create()
/linux-4.4.14/include/net/
Dxfrm.h450 static inline int xfrm_af2proto(unsigned int family) in xfrm_af2proto() function