Home
last modified time | relevance | path

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

/linux/net/xfrm/
H A Dxfrm_output.c890 int xfrm6_tunnel_check_size(struct sk_buff *skb) in xfrm6_tunnel_check_size() function
920 EXPORT_SYMBOL_GPL(xfrm6_tunnel_check_size);
928 err = xfrm6_tunnel_check_size(skb); in xfrm6_extract_output()
H A Dxfrm_device.c453 if (check_tunnel_size && xfrm6_tunnel_check_size(skb)) in xfrm_dev_offload_ok()
/linux/include/net/
H A Dxfrm.h1791 int xfrm6_tunnel_check_size(struct sk_buff *skb);
1793 static inline int xfrm6_tunnel_check_size(struct sk_buff *skb) in xfrm6_tunnel_check_size() function