Searched refs:xfrm_input (Results 1 – 15 of 15) sorted by relevance
/linux/net/xfrm/ |
H A D | xfrm_interface_core.c | 331 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 D | xfrm_input.c | 3 * 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 D | xfrm_iptfs.c | 281 /* 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 D | ipcomp.c | 172 .input_handler = xfrm_input,
|
H A D | esp4_offload.c | 89 /* 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 D | ip_vti.c | 69 return xfrm_input(skb, nexthdr, spi, encap_type); in vti_input()
|
H A D | esp4.c | 1178 .input_handler = xfrm_input,
|
/linux/net/ipv6/ |
H A D | ipcomp6.c | 191 .input_handler = xfrm_input,
|
H A D | xfrm6_input.c | 28 return xfrm_input(skb, nexthdr, spi, 0); in xfrm6_rcv_spi()
|
H A D | esp6_offload.c | 118 /* 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 D | ah6.c | 770 .input_handler = xfrm_input,
|
H A D | ip6_vti.c | 325 return xfrm_input(skb, nexthdr, spi, encap_type); in vti6_input_proto()
|
H A D | esp6.c | 1224 .input_handler = xfrm_input,
|
/linux/Documentation/networking/ |
H A D | xfrm_device.rst | 154 the stack in xfrm_input().
|
/linux/include/net/ |
H A D | xfrm.h | 1777 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()
|