Searched refs:sglists (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/net/ipv4/ |
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() 392 sg_init_table(sg, nfrags + sglists); in ah_input()
|
/linux-4.4.14/net/ipv6/ |
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() 605 sg_init_table(sg, nfrags + sglists); in ah6_input()
|