Searched refs:tfclen (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/net/ipv4/ |
D | esp4_offload.c | 193 esp.tfclen = 0; in esp_xmit() 197 esp.clen = ALIGN(skb->len + 2 + esp.tfclen, blksize); in esp_xmit() 198 esp.plen = esp.clen - skb->len - esp.tfclen; in esp_xmit() 199 esp.tailen = esp.tfclen + esp.plen + alen; in esp_xmit()
|
D | esp4.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() 309 esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); in esp_output_head() 345 esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); in esp_output_head() 490 esp.tfclen = 0; in esp_output() 497 esp.tfclen = padto - skb->len; in esp_output() 500 esp.clen = ALIGN(skb->len + 2 + esp.tfclen, blksize); in esp_output() 501 esp.plen = esp.clen - skb->len - esp.tfclen; in esp_output() [all …]
|
/Linux-v4.19/net/ipv6/ |
D | esp6.c | 221 static void esp_output_fill_trailer(u8 *tail, int tfclen, int plen, __u8 proto) in esp_output_fill_trailer() argument 224 if (tfclen) { in esp_output_fill_trailer() 225 memset(tail, 0, tfclen); in esp_output_fill_trailer() 226 tail += tfclen; in esp_output_fill_trailer() 277 esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); in esp6_output_head() 310 esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); in esp6_output_head() 454 esp.tfclen = 0; in esp6_output() 461 esp.tfclen = padto - skb->len; in esp6_output() 464 esp.clen = ALIGN(skb->len + 2 + esp.tfclen, blksize); in esp6_output() 465 esp.plen = esp.clen - skb->len - esp.tfclen; in esp6_output() [all …]
|
D | esp6_offload.c | 221 esp.tfclen = 0; in esp6_xmit() 225 esp.clen = ALIGN(skb->len + 2 + esp.tfclen, blksize); in esp6_xmit() 226 esp.plen = esp.clen - skb->len - esp.tfclen; in esp6_xmit() 227 esp.tailen = esp.tfclen + esp.plen + alen; in esp6_xmit()
|
/Linux-v4.19/include/net/ |
D | esp.h | 17 int tfclen; member
|
/Linux-v4.19/include/linux/mlx5/ |
D | mlx5_ifc_fpga.h | 559 __be16 tfclen; member
|