Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Desp.h48 int esp6_output_tail(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp);
/openbmc/linux/net/ipv6/
H A Desp6.c568 int esp6_output_tail(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp) in esp6_output_tail() function
689 EXPORT_SYMBOL_GPL(esp6_output_tail);
738 return esp6_output_tail(x, skb, &esp); in esp6_output()
H A Desp6_offload.c372 err = esp6_output_tail(x, skb, &esp); in esp6_xmit()