Searched refs:tfclen (Results 1 – 6 of 6) sorted by relevance
/linux/include/net/ |
A 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
|
/linux/net/ipv4/ |
A D | esp4_offload.c | 278 esp.tfclen = 0; in esp_xmit() 282 esp.clen = ALIGN(skb->len + 2 + esp.tfclen, blksize); in esp_xmit() 283 esp.plen = esp.clen - skb->len - esp.tfclen; in esp_xmit() 284 esp.tailen = esp.tfclen + esp.plen + alen; in esp_xmit()
|
A D | esp4.c | 487 esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); in esp_output_head() 521 esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); in esp_output_head() 669 esp.tfclen = 0; in esp_output() 676 esp.tfclen = padto - skb->len; in esp_output() 679 esp.clen = ALIGN(skb->len + 2 + esp.tfclen, blksize); in esp_output() 680 esp.plen = esp.clen - skb->len - esp.tfclen; in esp_output() 681 esp.tailen = esp.tfclen + esp.plen + alen; in esp_output()
|
/linux/net/ipv6/ |
A D | esp6_offload.c | 313 esp.tfclen = 0; in esp6_xmit() 317 esp.clen = ALIGN(skb->len + 2 + esp.tfclen, blksize); in esp6_xmit() 318 esp.plen = esp.clen - skb->len - esp.tfclen; in esp6_xmit() 319 esp.tailen = esp.tfclen + esp.plen + alen; in esp6_xmit()
|
A D | esp6.c | 523 esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); in esp6_output_head() 557 esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); in esp6_output_head() 706 esp.tfclen = 0; in esp6_output() 713 esp.tfclen = padto - skb->len; in esp6_output() 716 esp.clen = ALIGN(skb->len + 2 + esp.tfclen, blksize); in esp6_output() 717 esp.plen = esp.clen - skb->len - esp.tfclen; in esp6_output() 718 esp.tailen = esp.tfclen + esp.plen + alen; in esp6_output()
|
/linux/include/linux/mlx5/ |
A D | mlx5_ifc_fpga.h | 559 __be16 tfclen; member
|
Completed in 352 milliseconds