Searched refs:sglists (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/net/ipv4/ |
D | ah4.c | 159 int sglists = 0; in ah_output() local 174 sglists = 1; in ah_output() 178 iph = ah_alloc_tmp(ahash, nfrags + sglists, ihl + seqhi_len); in ah_output() 221 sg_init_table(sg, nfrags + sglists); in ah_output() 318 int sglists = 0; in ah_input() local 361 sglists = 1; in ah_input() 365 work_iph = ah_alloc_tmp(ahash, nfrags + sglists, ihl + in ah_input() 396 sg_init_table(sg, nfrags + sglists); in ah_input()
|
/linux-6.12.1/net/ipv6/ |
D | ah6.c | 334 int sglists = 0; in ah6_output() local 351 sglists = 1; in ah6_output() 355 iph_base = ah_alloc_tmp(ahash, nfrags + sglists, IPV6HDR_BASELEN + in ah6_output() 409 sg_init_table(sg, nfrags + sglists); in ah6_output() 524 int sglists = 0; in ah6_input() local 563 sglists = 1; in ah6_input() 567 work_iph = ah_alloc_tmp(ahash, nfrags + sglists, hdr_len + in ah6_input() 595 sg_init_table(sg, nfrags + sglists); in ah6_input()
|