Home
last modified time | relevance | path

Searched refs:xfrm_parse_spi (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/net/xfrm/
H A Dxfrm_input.c142 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 Dxfrm_state.c3145 if (xfrm_parse_spi(skb, proto, &net_spi, &net_seq) == 0) { in xfrm_audit_state_icvfail()
/openbmc/linux/net/ipv4/
H A Desp4_offload.c42 if (xfrm_parse_spi(skb, IPPROTO_ESP, &spi, &seq) != 0) in esp4_gro_receive()
/openbmc/linux/net/ipv6/
H A Desp6_offload.c64 if (xfrm_parse_spi(skb, IPPROTO_ESP, &spi, &seq) != 0) in esp6_gro_receive()
/openbmc/linux/include/net/
H A Dxfrm.h1790 int xfrm_parse_spi(struct sk_buff *skb, u8 nexthdr, __be32 *spi, __be32 *seq);