Searched refs:tfclen (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/net/ipv6/ |
| D | esp6.c | 210 static void esp_output_fill_trailer(u8 *tail, int tfclen, int plen, __u8 proto) in esp_output_fill_trailer() argument 213 if (tfclen) { in esp_output_fill_trailer() 214 memset(tail, 0, tfclen); in esp_output_fill_trailer() 215 tail += tfclen; in esp_output_fill_trailer() 266 esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); in esp6_output_head() 299 esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); in esp6_output_head() 443 esp.tfclen = 0; in esp6_output() 450 esp.tfclen = padto - skb->len; in esp6_output() 453 esp.clen = ALIGN(skb->len + 2 + esp.tfclen, blksize); in esp6_output() 454 esp.plen = esp.clen - skb->len - esp.tfclen; in esp6_output() [all …]
|
| D | esp6_offload.c | 261 esp.tfclen = 0; in esp6_xmit() 265 esp.clen = ALIGN(skb->len + 2 + esp.tfclen, blksize); in esp6_xmit() 266 esp.plen = esp.clen - skb->len - esp.tfclen; in esp6_xmit() 267 esp.tailen = esp.tfclen + esp.plen + alen; in esp6_xmit()
|
| /Linux-v5.4/net/ipv4/ |
| D | esp4.c | 212 static void esp_output_fill_trailer(u8 *tail, int tfclen, int plen, __u8 proto) in esp_output_fill_trailer() argument 215 if (tfclen) { in esp_output_fill_trailer() 216 memset(tail, 0, tfclen); in esp_output_fill_trailer() 217 tail += tfclen; in esp_output_fill_trailer() 321 esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); in esp_output_head() 357 esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); in esp_output_head() 502 esp.tfclen = 0; in esp_output() 509 esp.tfclen = padto - skb->len; in esp_output() 512 esp.clen = ALIGN(skb->len + 2 + esp.tfclen, blksize); in esp_output() 513 esp.plen = esp.clen - skb->len - esp.tfclen; in esp_output() [all …]
|
| D | esp4_offload.c | 237 esp.tfclen = 0; in esp_xmit() 241 esp.clen = ALIGN(skb->len + 2 + esp.tfclen, blksize); in esp_xmit() 242 esp.plen = esp.clen - skb->len - esp.tfclen; in esp_xmit() 243 esp.tailen = esp.tfclen + esp.plen + alen; in esp_xmit()
|
| /Linux-v5.4/include/net/ |
| D | esp.h | 17 int tfclen; member
|
| /Linux-v5.4/include/linux/mlx5/ |
| D | mlx5_ifc_fpga.h | 559 __be16 tfclen; member
|