Searched refs:sglists (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/net/ipv4/ |
D | ah4.c | 161 int sglists = 0; in ah_output() local 176 sglists = 1; in ah_output() 180 iph = ah_alloc_tmp(ahash, nfrags + sglists, ihl + seqhi_len); in ah_output() 223 sg_init_table(sg, nfrags + sglists); in ah_output() 320 int sglists = 0; in ah_input() local 363 sglists = 1; in ah_input() 367 work_iph = ah_alloc_tmp(ahash, nfrags + sglists, ihl + in ah_input() 398 sg_init_table(sg, nfrags + sglists); in ah_input()
|
/Linux-v4.19/net/ipv6/ |
D | ah6.c | 352 int sglists = 0; in ah6_output() local 369 sglists = 1; in ah6_output() 373 iph_base = ah_alloc_tmp(ahash, nfrags + sglists, IPV6HDR_BASELEN + in ah6_output() 427 sg_init_table(sg, nfrags + sglists); in ah6_output() 542 int sglists = 0; in ah6_input() local 581 sglists = 1; in ah6_input() 585 work_iph = ah_alloc_tmp(ahash, nfrags + sglists, hdr_len + in ah6_input() 612 sg_init_table(sg, nfrags + sglists); in ah6_input()
|