Lines Matching refs:nfrags
65 static void *esp_alloc_tmp(struct crypto_aead *aead, int nfrags, int seqihlen) in esp_alloc_tmp() argument
82 len += sizeof(struct scatterlist) * nfrags; in esp_alloc_tmp()
159 int nfrags; in esp6_output() local
187 nfrags = err; in esp6_output()
199 tmp = esp_alloc_tmp(aead, nfrags + sglists, seqhilen); in esp6_output()
233 sg_init_table(sg, nfrags); in esp6_output()
328 int nfrags; in esp6_input() local
349 nfrags = skb_cow_data(skb, 0, &trailer); in esp6_input()
350 if (nfrags < 0) { in esp6_input()
367 tmp = esp_alloc_tmp(aead, nfrags + sglists, seqhilen); in esp6_input()
385 sg_init_table(sg, nfrags); in esp6_input()