Searched refs:sglists (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/net/ipv6/ |
D | esp6.c | 161 int sglists; in esp6_output() local 190 sglists = 1; in esp6_output() 194 sglists += 2; in esp6_output() 199 tmp = esp_alloc_tmp(aead, nfrags + sglists, seqhilen); in esp6_output() 209 sg = asg + sglists; in esp6_output() 330 int sglists; in esp6_input() local 358 sglists = 1; in esp6_input() 362 sglists += 2; in esp6_input() 367 tmp = esp_alloc_tmp(aead, nfrags + sglists, seqhilen); in esp6_input() 376 sg = asg + sglists; in esp6_input()
|
D | ah6.c | 350 int sglists = 0; in ah6_output() local 367 sglists = 1; in ah6_output() 371 iph_base = ah_alloc_tmp(ahash, nfrags + sglists, IPV6HDR_BASELEN + in ah6_output() 425 sg_init_table(sg, nfrags + sglists); in ah6_output() 535 int sglists = 0; in ah6_input() local 574 sglists = 1; in ah6_input() 578 work_iph = ah_alloc_tmp(ahash, nfrags + sglists, hdr_len + in ah6_input() 603 sg_init_table(sg, nfrags + sglists); in ah6_input()
|
/linux-4.1.27/net/ipv4/ |
D | esp4.c | 135 int sglists; in esp_output() local 163 sglists = 1; in esp_output() 167 sglists += 2; in esp_output() 172 tmp = esp_alloc_tmp(aead, nfrags + sglists, seqhilen); in esp_output() 182 sg = asg + sglists; in esp_output() 381 int sglists; in esp_input() local 403 sglists = 1; in esp_input() 407 sglists += 2; in esp_input() 413 tmp = esp_alloc_tmp(aead, nfrags + sglists, seqhilen); in esp_input() 422 sg = asg + sglists; in esp_input()
|
D | ah4.c | 160 int sglists = 0; in ah_output() local 175 sglists = 1; in ah_output() 179 iph = ah_alloc_tmp(ahash, nfrags + sglists, ihl + seqhi_len); in ah_output() 222 sg_init_table(sg, nfrags + sglists); in ah_output() 314 int sglists = 0; in ah_input() local 357 sglists = 1; in ah_input() 361 work_iph = ah_alloc_tmp(ahash, nfrags + sglists, ihl + in ah_input() 390 sg_init_table(sg, nfrags + sglists); in ah_input()
|