Searched refs:esp_output_head (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | esp.h | 43 int esp_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 | 44 int esp_output_head(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp);
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | esp4.c | 443 int esp_output_head(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp) in esp_output_head() function 533 EXPORT_SYMBOL_GPL(esp_output_head); variable 691 esp.nfrags = esp_output_head(x, skb, &esp); in esp_output()
|
H A D | esp4_offload.c | 294 esp.nfrags = esp_output_head(x, skb, &esp); in esp_xmit()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | esp4.c | 442 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); variable 688 esp.nfrags = esp_output_head(x, skb, &esp); in esp_output()
|
H A D | esp4_offload.c | 297 esp.nfrags = esp_output_head(x, skb, &esp); in esp_xmit()
|
Completed in 5 milliseconds