Home
last modified time | relevance | path

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

/Linux-v5.10/include/net/
Desp.h46 int esp6_output_head(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp);
/Linux-v5.10/net/ipv6/
Desp6.c478 int esp6_output_head(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp) in esp6_output_head() function
568 EXPORT_SYMBOL_GPL(esp6_output_head);
727 esp.nfrags = esp6_output_head(x, skb, &esp); in esp6_output()
Desp6_offload.c320 esp.nfrags = esp6_output_head(x, skb, &esp); in esp6_xmit()