Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv6/
Desp6.c163 int tfclen; in esp6_output() local
177 tfclen = 0; in esp6_output()
184 tfclen = padto - skb->len; in esp6_output()
187 clen = ALIGN(skb->len + 2 + tfclen, blksize); in esp6_output()
188 plen = clen - skb->len - tfclen; in esp6_output()
190 err = skb_cow_data(skb, tfclen + plen + alen, &trailer); in esp6_output()
216 if (tfclen) { in esp6_output()
217 memset(tail, 0, tfclen); in esp6_output()
218 tail += tfclen; in esp6_output()
/linux-4.4.14/net/ipv4/
Desp4.c137 int tfclen; in esp_output() local
150 tfclen = 0; in esp_output()
157 tfclen = padto - skb->len; in esp_output()
160 clen = ALIGN(skb->len + 2 + tfclen, blksize); in esp_output()
161 plen = clen - skb->len - tfclen; in esp_output()
163 err = skb_cow_data(skb, tfclen + plen + alen, &trailer); in esp_output()
189 if (tfclen) { in esp_output()
190 memset(tail, 0, tfclen); in esp_output()
191 tail += tfclen; in esp_output()