Searched refs:esp_info (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/include/net/ |
| D | esp.h | 14 struct esp_info { struct 27 int esp_output_head(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp); argument 28 int esp_output_tail(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp); 30 int esp6_output_head(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp); 31 int esp6_output_tail(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp);
|
| /Linux-v5.4/net/ipv4/ |
| D | esp4.c | 228 static int esp_output_udp_encap(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp) in esp_output_udp_encap() 272 int esp_output_head(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp) in esp_output_head() 365 int esp_output_tail(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp) in esp_output_tail() 490 struct esp_info esp; in esp_output()
|
| D | esp4_offload.c | 212 struct esp_info esp; in esp_xmit()
|
| /Linux-v5.4/net/ipv6/ |
| D | esp6.c | 226 int esp6_output_head(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp) in esp6_output_head() 307 int esp6_output_tail(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp) in esp6_output_tail() 431 struct esp_info esp; in esp6_output()
|
| D | esp6_offload.c | 238 struct esp_info esp; in esp6_xmit()
|
| /Linux-v5.4/drivers/scsi/ |
| D | esp_scsi.c | 2665 static const char *esp_info(struct Scsi_Host *host) in esp_info() function 2673 .info = esp_info,
|