Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Desp.h30 int esp6_output_head(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp);
/Linux-v4.19/net/ipv6/
Desp6.c237 int esp6_output_head(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp) in esp6_output_head() function
316 EXPORT_SYMBOL_GPL(esp6_output_head);
468 esp.nfrags = esp6_output_head(x, skb, &esp); in esp6_output()
Desp6_offload.c230 esp.nfrags = esp6_output_head(x, skb, &esp); in esp6_xmit()