Searched refs:tfclen (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
D | esp.h | 14 static inline void esp_output_fill_trailer(u8 *tail, int tfclen, int plen, __u8 proto) in esp_output_fill_trailer() argument 17 if (tfclen) { in esp_output_fill_trailer() 18 memset(tail, 0, tfclen); in esp_output_fill_trailer() 19 tail += tfclen; in esp_output_fill_trailer() 33 int tfclen; member
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | esp4_offload.c | 282 esp.tfclen = 0; in esp_xmit() 286 esp.clen = ALIGN(skb->len + 2 + esp.tfclen, blksize); in esp_xmit() 287 esp.plen = esp.clen - skb->len - esp.tfclen; in esp_xmit() 288 esp.tailen = esp.tfclen + esp.plen + alen; in esp_xmit()
|
D | esp4.c | 493 esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); in esp_output_head() 527 esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); in esp_output_head() 675 esp.tfclen = 0; in esp_output() 682 esp.tfclen = padto - skb->len; in esp_output() 685 esp.clen = ALIGN(skb->len + 2 + esp.tfclen, blksize); in esp_output() 686 esp.plen = esp.clen - skb->len - esp.tfclen; in esp_output() 687 esp.tailen = esp.tfclen + esp.plen + alen; in esp_output()
|
/kernel/linux/linux-5.10/net/ipv6/ |
D | esp6_offload.c | 316 esp.tfclen = 0; in esp6_xmit() 320 esp.clen = ALIGN(skb->len + 2 + esp.tfclen, blksize); in esp6_xmit() 321 esp.plen = esp.clen - skb->len - esp.tfclen; in esp6_xmit() 322 esp.tailen = esp.tfclen + esp.plen + alen; in esp6_xmit()
|
D | esp6.c | 527 esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); in esp6_output_head() 561 esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); in esp6_output_head() 710 esp.tfclen = 0; in esp6_output() 717 esp.tfclen = padto - skb->len; in esp6_output() 720 esp.clen = ALIGN(skb->len + 2 + esp.tfclen, blksize); in esp6_output() 721 esp.plen = esp.clen - skb->len - esp.tfclen; in esp6_output() 722 esp.tailen = esp.tfclen + esp.plen + alen; in esp6_output()
|
/kernel/linux/linux-5.10/include/linux/mlx5/ |
D | mlx5_ifc_fpga.h | 559 __be16 tfclen; member
|