Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Desp.h27 int esp_output_head(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp);
/Linux-v4.19/net/ipv4/
Desp4.c264 int esp_output_head(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp) in esp_output_head() function
351 EXPORT_SYMBOL_GPL(esp_output_head);
506 esp.nfrags = esp_output_head(x, skb, &esp); in esp_output()
Desp4_offload.c205 esp.nfrags = esp_output_head(x, skb, &esp); in esp_xmit()