Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Desp.h44 int esp_output_head(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp);
/openbmc/linux/net/ipv4/
H A Desp4.c442 int esp_output_head(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp) in esp_output_head() function
530 EXPORT_SYMBOL_GPL(esp_output_head);
688 esp.nfrags = esp_output_head(x, skb, &esp); in esp_output()
H A Desp4_offload.c297 esp.nfrags = esp_output_head(x, skb, &esp); in esp_xmit()