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

/linux-master/net/xfrm/
H A Dxfrm_input.c143 int xfrm_parse_spi(struct sk_buff *skb, u8 nexthdr, __be32 *spi, __be32 *seq) function
176 EXPORT_SYMBOL(xfrm_parse_spi); variable
527 if (xfrm_parse_spi(skb, nexthdr, &spi, &seq)) {
557 if (!spi && xfrm_parse_spi(skb, nexthdr, &spi, &seq)) {
689 err = xfrm_parse_spi(skb, nexthdr, &spi, &seq);
H A Dxfrm_state.c3101 if (xfrm_parse_spi(skb, proto, &net_spi, &net_seq) == 0) {
/linux-master/net/ipv4/
H A Desp4_offload.c43 if (xfrm_parse_spi(skb, IPPROTO_ESP, &spi, &seq) != 0)
/linux-master/net/ipv6/
H A Desp6_offload.c70 if (xfrm_parse_spi(skb, IPPROTO_ESP, &spi, &seq) != 0)
/linux-master/include/net/
H A Dxfrm.h1789 int xfrm_parse_spi(struct sk_buff *skb, u8 nexthdr, __be32 *spi, __be32 *seq);

Completed in 231 milliseconds