Searched refs:xfrm_parse_spi (Results 1 – 4 of 4) sorted by relevance
/linux/net/xfrm/ |
H A D | xfrm_input.c | 143 int xfrm_parse_spi(struct sk_buff *skb, u8 nexthdr, __be32 *spi, __be32 *seq) in xfrm_parse_spi() function 176 EXPORT_SYMBOL(xfrm_parse_spi); 540 if (xfrm_parse_spi(skb, nexthdr, &spi, &seq)) { in xfrm_input() 570 if (!spi && xfrm_parse_spi(skb, nexthdr, &spi, &seq)) { in xfrm_input() 714 err = xfrm_parse_spi(skb, nexthdr, &spi, &seq); in xfrm_input()
|
/linux/net/ipv6/ |
H A D | esp6_offload.c | 70 if (xfrm_parse_spi(skb, IPPROTO_ESP, &spi, &seq) != 0) in esp6_gro_receive()
|
/linux/net/ipv4/ |
H A D | esp4_offload.c | 43 if (xfrm_parse_spi(skb, IPPROTO_ESP, &spi, &seq) != 0) in esp4_gro_receive()
|
/linux/include/net/ |
H A D | xfrm.h | 1917 int xfrm_parse_spi(struct sk_buff *skb, u8 nexthdr, __be32 *spi, __be32 *seq);
|