Home
last modified time | relevance | path

Searched refs:esp6_output_head (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/net/
H A Desp.h47 int esp6_output_head(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp);
/openbmc/linux/net/ipv6/
H A Desp6.c477 int esp6_output_head(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp) in esp6_output_head() function
566 EXPORT_SYMBOL_GPL(esp6_output_head);
725 esp.nfrags = esp6_output_head(x, skb, &esp); in esp6_output()
H A Desp6_offload.c328 esp.nfrags = esp6_output_head(x, skb, &esp); in esp6_xmit()