Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Desp.h45 int esp_output_tail(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp);
/openbmc/linux/net/ipv4/
H A Desp4.c532 int esp_output_tail(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp) in esp_output_tail() function
652 EXPORT_SYMBOL_GPL(esp_output_tail);
701 return esp_output_tail(x, skb, &esp); in esp_output()
H A Desp4_offload.c338 err = esp_output_tail(x, skb, &esp); in esp_xmit()