Searched refs:tfclen (Results 1 – 3 of 3) sorted by relevance
/linux/include/net/ |
H A D | esp.h | 15 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/net/ipv6/ |
H A D | esp6.c | 520 esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); in esp6_output_head() 554 esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); in esp6_output_head() 703 esp.tfclen = 0; in esp6_output() 710 esp.tfclen = padto - skb->len; in esp6_output() 713 esp.clen = ALIGN(skb->len + 2 + esp.tfclen, blksize); in esp6_output() 714 esp.plen = esp.clen - skb->len - esp.tfclen; in esp6_output() 715 esp.tailen = esp.tfclen + esp.plen + alen; in esp6_output()
|
/linux/net/ipv4/ |
H A D | esp4.c | 491 esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); in esp_output_head() 523 esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); in esp_output_head() 671 esp.tfclen = 0; in esp_output() 678 esp.tfclen = padto - skb->len; in esp_output() 681 esp.clen = ALIGN(skb->len + 2 + esp.tfclen, blksize); in esp_output() 682 esp.plen = esp.clen - skb->len - esp.tfclen; in esp_output() 683 esp.tailen = esp.tfclen + esp.plen + alen; in esp_output()
|