tailen             18 include/net/esp.h 	int	tailen;
tailen            244 net/ipv4/esp4.c 	len = skb->len + esp->tailen - skb_transport_offset(skb);
tailen            280 net/ipv4/esp4.c 	int tailen = esp->tailen;
tailen            291 net/ipv4/esp4.c 		if (tailen <= skb_tailroom(skb)) {
tailen            305 net/ipv4/esp4.c 			allocsize = ALIGN(tailen, L1_CACHE_BYTES);
tailen            328 net/ipv4/esp4.c 					     tailen);
tailen            337 net/ipv4/esp4.c 			skb->len += tailen;
tailen            338 net/ipv4/esp4.c 			skb->data_len += tailen;
tailen            339 net/ipv4/esp4.c 			skb->truesize += tailen;
tailen            341 net/ipv4/esp4.c 				refcount_add(tailen, &sk->sk_wmem_alloc);
tailen            350 net/ipv4/esp4.c 	nfrags = skb_cow_data(skb, tailen, &trailer);
tailen            358 net/ipv4/esp4.c 	pskb_put(skb, trailer, tailen);
tailen            514 net/ipv4/esp4.c 	esp.tailen = esp.tfclen + esp.plen + alen;
tailen            243 net/ipv4/esp4_offload.c 	esp.tailen = esp.tfclen + esp.plen + alen;
tailen            233 net/ipv6/esp6.c 	int tailen = esp->tailen;
tailen            236 net/ipv6/esp6.c 		if (tailen <= skb_tailroom(skb)) {
tailen            250 net/ipv6/esp6.c 			allocsize = ALIGN(tailen, L1_CACHE_BYTES);
tailen            273 net/ipv6/esp6.c 					     tailen);
tailen            282 net/ipv6/esp6.c 			skb->len += tailen;
tailen            283 net/ipv6/esp6.c 			skb->data_len += tailen;
tailen            284 net/ipv6/esp6.c 			skb->truesize += tailen;
tailen            286 net/ipv6/esp6.c 				refcount_add(tailen, &sk->sk_wmem_alloc);
tailen            293 net/ipv6/esp6.c 	nfrags = skb_cow_data(skb, tailen, &trailer);
tailen            300 net/ipv6/esp6.c 	pskb_put(skb, trailer, tailen);
tailen            455 net/ipv6/esp6.c 	esp.tailen = esp.tfclen + esp.plen + alen;
tailen            274 net/ipv6/esp6_offload.c 	esp.tailen = esp.tfclen + esp.plen + alen;