Home
last modified time | relevance | path

Searched refs:tfclen (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/include/net/
Desp.h14 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-v5.10/net/ipv4/
Desp4_offload.c277 esp.tfclen = 0; in esp_xmit()
281 esp.clen = ALIGN(skb->len + 2 + esp.tfclen, blksize); in esp_xmit()
282 esp.plen = esp.clen - skb->len - esp.tfclen; in esp_xmit()
283 esp.tailen = esp.tfclen + esp.plen + alen; in esp_xmit()
Desp4.c492 esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); in esp_output_head()
528 esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); in esp_output_head()
676 esp.tfclen = 0; in esp_output()
683 esp.tfclen = padto - skb->len; in esp_output()
686 esp.clen = ALIGN(skb->len + 2 + esp.tfclen, blksize); in esp_output()
687 esp.plen = esp.clen - skb->len - esp.tfclen; in esp_output()
688 esp.tailen = esp.tfclen + esp.plen + alen; in esp_output()
/Linux-v5.10/net/ipv6/
Desp6_offload.c311 esp.tfclen = 0; in esp6_xmit()
315 esp.clen = ALIGN(skb->len + 2 + esp.tfclen, blksize); in esp6_xmit()
316 esp.plen = esp.clen - skb->len - esp.tfclen; in esp6_xmit()
317 esp.tailen = esp.tfclen + esp.plen + alen; in esp6_xmit()
Desp6.c526 esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); in esp6_output_head()
562 esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); in esp6_output_head()
711 esp.tfclen = 0; in esp6_output()
718 esp.tfclen = padto - skb->len; in esp6_output()
721 esp.clen = ALIGN(skb->len + 2 + esp.tfclen, blksize); in esp6_output()
722 esp.plen = esp.clen - skb->len - esp.tfclen; in esp6_output()
723 esp.tailen = esp.tfclen + esp.plen + alen; in esp6_output()
/Linux-v5.10/include/linux/mlx5/
Dmlx5_ifc_fpga.h559 __be16 tfclen; member