Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Desp.h15 static inline void esp_output_fill_trailer(u8 *tail, int tfclen, int plen, __u8 proto) in esp_output_fill_trailer() argument
18 if (tfclen) { in esp_output_fill_trailer()
19 memset(tail, 0, tfclen); in esp_output_fill_trailer()
20 tail += tfclen; in esp_output_fill_trailer()
34 int tfclen; member
/linux-6.15/net/ipv4/
H A Desp4_offload.c297 esp.tfclen = 0; in esp_xmit()
301 esp.clen = ALIGN(skb->len + 2 + esp.tfclen, blksize); in esp_xmit()
302 esp.plen = esp.clen - skb->len - esp.tfclen; in esp_xmit()
303 esp.tailen = esp.tfclen + esp.plen + alen; in esp_xmit()
H A Desp4.c452 esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); in esp_output_head()
484 esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); in esp_output_head()
632 esp.tfclen = 0; in esp_output()
639 esp.tfclen = padto - skb->len; in esp_output()
642 esp.clen = ALIGN(skb->len + 2 + esp.tfclen, blksize); in esp_output()
643 esp.plen = esp.clen - skb->len - esp.tfclen; in esp_output()
644 esp.tailen = esp.tfclen + esp.plen + alen; in esp_output()
/linux-6.15/net/ipv6/
H A Desp6_offload.c332 esp.tfclen = 0; in esp6_xmit()
336 esp.clen = ALIGN(skb->len + 2 + esp.tfclen, blksize); in esp6_xmit()
337 esp.plen = esp.clen - skb->len - esp.tfclen; in esp6_xmit()
338 esp.tailen = esp.tfclen + esp.plen + alen; in esp6_xmit()
H A Desp6.c481 esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); in esp6_output_head()
515 esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); in esp6_output_head()
664 esp.tfclen = 0; in esp6_output()
671 esp.tfclen = padto - skb->len; in esp6_output()
674 esp.clen = ALIGN(skb->len + 2 + esp.tfclen, blksize); in esp6_output()
675 esp.plen = esp.clen - skb->len - esp.tfclen; in esp6_output()
676 esp.tailen = esp.tfclen + esp.plen + alen; in esp6_output()