Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/net/
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.3-rc2/net/ipv4/
A Desp4_offload.c284 esp.tfclen = 0; in esp_xmit()
288 esp.clen = ALIGN(skb->len + 2 + esp.tfclen, blksize); in esp_xmit()
289 esp.plen = esp.clen - skb->len - esp.tfclen; in esp_xmit()
290 esp.tailen = esp.tfclen + esp.plen + alen; in esp_xmit()
A Desp4.c492 esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); in esp_output_head()
524 esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); in esp_output_head()
672 esp.tfclen = 0; in esp_output()
679 esp.tfclen = padto - skb->len; in esp_output()
682 esp.clen = ALIGN(skb->len + 2 + esp.tfclen, blksize); in esp_output()
683 esp.plen = esp.clen - skb->len - esp.tfclen; in esp_output()
684 esp.tailen = esp.tfclen + esp.plen + alen; in esp_output()
/linux-6.3-rc2/net/ipv6/
A Desp6_offload.c318 esp.tfclen = 0; in esp6_xmit()
322 esp.clen = ALIGN(skb->len + 2 + esp.tfclen, blksize); in esp6_xmit()
323 esp.plen = esp.clen - skb->len - esp.tfclen; in esp6_xmit()
324 esp.tailen = esp.tfclen + esp.plen + alen; in esp6_xmit()
A Desp6.c527 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()

Completed in 9 milliseconds