Searched refs:xfrm_parse_spi (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/net/xfrm/ |
H A D | xfrm_input.c | 142 int xfrm_parse_spi(struct sk_buff *skb, u8 nexthdr, __be32 *spi, __be32 *seq) in xfrm_parse_spi() function 175 EXPORT_SYMBOL(xfrm_parse_spi); 528 if (xfrm_parse_spi(skb, nexthdr, &spi, &seq)) { in xfrm_input() 558 if (!spi && xfrm_parse_spi(skb, nexthdr, &spi, &seq)) { in xfrm_input() 690 err = xfrm_parse_spi(skb, nexthdr, &spi, &seq); in xfrm_input()
|
H A D | xfrm_state.c | 3145 if (xfrm_parse_spi(skb, proto, &net_spi, &net_seq) == 0) { in xfrm_audit_state_icvfail()
|
/openbmc/linux/net/ipv4/ |
H A D | esp4_offload.c | 42 if (xfrm_parse_spi(skb, IPPROTO_ESP, &spi, &seq) != 0) in esp4_gro_receive()
|
/openbmc/linux/net/ipv6/ |
H A D | esp6_offload.c | 64 if (xfrm_parse_spi(skb, IPPROTO_ESP, &spi, &seq) != 0) in esp6_gro_receive()
|
/openbmc/linux/include/net/ |
H A D | xfrm.h | 1792 int xfrm_parse_spi(struct sk_buff *skb, u8 nexthdr, __be32 *spi, __be32 *seq);
|