Home
last modified time | relevance | path

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

/linux/include/net/
H A Desp.h45 int esp_output_tail(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp);
/linux/net/ipv4/
H A Desp4.c531 int esp_output_tail(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp) in esp_output_tail() function
651 EXPORT_SYMBOL_GPL(esp_output_tail);
700 return esp_output_tail(x, skb, &esp); in esp_output()