Home
last modified time | relevance | path

Searched refs:sglists (Results 1 – 2 of 2) sorted by relevance

/linux/net/ipv4/
H A Dah4.c164 int sglists = 0; in ah_output() local
179 sglists = 1; in ah_output()
183 iph = ah_alloc_tmp(ahash, nfrags + sglists, ihl + seqhi_len); in ah_output()
226 sg_init_table(sg, nfrags + sglists); in ah_output()
328 int sglists = 0; in ah_input() local
371 sglists = 1; in ah_input()
375 work_iph = ah_alloc_tmp(ahash, nfrags + sglists, ihl + in ah_input()
406 sg_init_table(sg, nfrags + sglists); in ah_input()
/linux/net/ipv6/
H A Dah6.c368 int sglists = 0; in ah6_output()
385 sglists = 1; in ah6_output()
389 iph_base = ah_alloc_tmp(ahash, nfrags + sglists, IPV6HDR_BASELEN + in ah6_output()
439 sg_init_table(sg, nfrags + sglists); in ah6_output()
553 int sglists = 0; in ah6_input()
592 sglists = 1; in ah6_input()
596 work_iph = ah_alloc_tmp(ahash, nfrags + sglists, hdr_len + in ah6_input()
624 sg_init_table(sg, nfrags + sglists); in ah6_input()
361 int sglists = 0; ah6_output() local
546 int sglists = 0; ah6_input() local