Home
last modified time | relevance | path

Searched refs:sglists (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dah4.c162 int sglists = 0; in ah_output() local
177 sglists = 1; in ah_output()
181 iph = ah_alloc_tmp(ahash, nfrags + sglists, ihl + seqhi_len); in ah_output()
224 sg_init_table(sg, nfrags + sglists); in ah_output()
321 int sglists = 0; in ah_input() local
364 sglists = 1; in ah_input()
368 work_iph = ah_alloc_tmp(ahash, nfrags + sglists, ihl + in ah_input()
399 sg_init_table(sg, nfrags + sglists); in ah_input()
/kernel/linux/linux-5.10/net/ipv6/
H A Dah6.c340 int sglists = 0; in ah6_output() local
357 sglists = 1; in ah6_output()
361 iph_base = ah_alloc_tmp(ahash, nfrags + sglists, IPV6HDR_BASELEN + in ah6_output()
415 sg_init_table(sg, nfrags + sglists); in ah6_output()
530 int sglists = 0; in ah6_input() local
569 sglists = 1; in ah6_input()
573 work_iph = ah_alloc_tmp(ahash, nfrags + sglists, hdr_len + in ah6_input()
601 sg_init_table(sg, nfrags + sglists); in ah6_input()
/kernel/linux/linux-6.6/net/ipv6/
H A Dah6.c337 int sglists = 0; in ah6_output() local
354 sglists = 1; in ah6_output()
358 iph_base = ah_alloc_tmp(ahash, nfrags + sglists, IPV6HDR_BASELEN + in ah6_output()
412 sg_init_table(sg, nfrags + sglists); in ah6_output()
527 int sglists = 0; in ah6_input() local
566 sglists = 1; in ah6_input()
570 work_iph = ah_alloc_tmp(ahash, nfrags + sglists, hdr_len + in ah6_input()
598 sg_init_table(sg, nfrags + sglists); in ah6_input()
/kernel/linux/linux-6.6/net/ipv4/
H A Dah4.c162 int sglists = 0; in ah_output() local
177 sglists = 1; in ah_output()
181 iph = ah_alloc_tmp(ahash, nfrags + sglists, ihl + seqhi_len); in ah_output()
224 sg_init_table(sg, nfrags + sglists); in ah_output()
321 int sglists = 0; in ah_input() local
364 sglists = 1; in ah_input()
368 work_iph = ah_alloc_tmp(ahash, nfrags + sglists, ihl + in ah_input()
399 sg_init_table(sg, nfrags + sglists); in ah_input()

Completed in 7 milliseconds