Searched refs:esp6_output_head (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | esp.h | 46 int esp6_output_head(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp);
|
/kernel/linux/linux-6.6/include/net/ |
H A D | esp.h | 47 int esp6_output_head(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp);
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | esp6.c | 478 int esp6_output_head(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp) in esp6_output_head() function 567 EXPORT_SYMBOL_GPL(esp6_output_head); variable 726 esp.nfrags = esp6_output_head(x, skb, &esp); in esp6_output()
|
H A D | esp6_offload.c | 325 esp.nfrags = esp6_output_head(x, skb, &esp); in esp6_xmit()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | esp6.c | 478 int esp6_output_head(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp) in esp6_output_head() function 567 EXPORT_SYMBOL_GPL(esp6_output_head); variable 726 esp.nfrags = esp6_output_head(x, skb, &esp); in esp6_output()
|
H A D | esp6_offload.c | 328 esp.nfrags = esp6_output_head(x, skb, &esp); in esp6_xmit()
|
Completed in 6 milliseconds