Home
last modified time | relevance | path

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

/linux/include/net/
H A Desp.h47 int esp6_output_head(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp);
/linux/net/ipv6/
H A Desp6.c432 int esp6_output_head(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp) in esp6_output_head() function
521 EXPORT_SYMBOL_GPL(esp6_output_head);
680 esp.nfrags = esp6_output_head(x, skb, &esp); in esp6_output()
H A Desp6_offload.c341 esp.nfrags = esp6_output_head(x, skb, &esp); in esp6_xmit()