Home
last modified time | relevance | path

Searched refs:xfrm_input (Results 1 – 15 of 15) sorted by relevance

/linux/net/xfrm/
H A Dxfrm_interface_core.c331 return xfrm_input(skb, nexthdr, spi, encap_type); in xfrmi_input()
986 .input_handler = xfrm_input,
994 .input_handler = xfrm_input,
1037 .input_handler = xfrm_input,
1045 .input_handler = xfrm_input,
H A Dxfrm_input.c3 * xfrm_input.c
463 int xfrm_input(struct sk_buff *skb, int nexthdr, __be32 spi, int encap_type) in xfrm_input() function
767 EXPORT_SYMBOL(xfrm_input);
771 return xfrm_input(skb, nexthdr, 0, -1); in xfrm_input_resume()
H A Dxfrm_iptfs.c281 /* xfrm_input resume needs dev and xfrm ext from tunnel pkt */ in iptfs_alloc_skb()
286 /* dropped by xfrm_input, used by xfrm_output */ in iptfs_alloc_skb()
656 * xfrm_input.
1177 if (xfrm_input(skb, 0, 0, -2)) in __input_process_payload()
1701 * Return: -EINPROGRESS to inform xfrm_input to stop processing the skb.
1736 * or we have freed it. Return EINPROGRESS so that xfrm_input stops in iptfs_input()
/linux/net/ipv4/
H A Dipcomp.c172 .input_handler = xfrm_input,
H A Desp4_offload.c89 /* We don't need to handle errors from xfrm_input, it does all in esp4_gro_receive()
91 xfrm_input(skb, IPPROTO_ESP, spi, encap_type); in esp4_gro_receive()
H A Dip_vti.c69 return xfrm_input(skb, nexthdr, spi, encap_type); in vti_input()
H A Desp4.c1178 .input_handler = xfrm_input,
/linux/net/ipv6/
H A Dipcomp6.c191 .input_handler = xfrm_input,
H A Dxfrm6_input.c28 return xfrm_input(skb, nexthdr, spi, 0); in xfrm6_rcv_spi()
H A Desp6_offload.c118 /* We don't need to handle errors from xfrm_input, it does all in esp6_gro_receive()
120 xfrm_input(skb, IPPROTO_ESP, spi, encap_type); in esp6_gro_receive()
H A Dah6.c770 .input_handler = xfrm_input,
H A Dip6_vti.c325 return xfrm_input(skb, nexthdr, spi, encap_type); in vti6_input_proto()
H A Desp6.c1224 .input_handler = xfrm_input,
/linux/Documentation/networking/
H A Dxfrm_device.rst154 the stack in xfrm_input().
/linux/include/net/
H A Dxfrm.h1777 int xfrm_input(struct sk_buff *skb, int nexthdr, __be32 spi, int encap_type);
1812 return xfrm_input(skb, nexthdr, spi, 0); in xfrm4_rcv_spi()