Searched defs:nfrags (Results 1 – 7 of 7) sorted by relevance
/net/ipv4/ |
D | ah4.c | 24 static void *ah_alloc_tmp(struct crypto_ahash *ahash, int nfrags, in ah_alloc_tmp() 149 int nfrags; in ah_output() local 307 int nfrags; in ah_input() local
|
D | esp4.c | 45 static void *esp_alloc_tmp(struct crypto_aead *aead, int nfrags, int extralen) in esp_alloc_tmp() 256 int nfrags; in esp_output_head() local 684 int nfrags; in esp_input() local
|
/net/ipv6/ |
D | ah6.c | 61 static void *ah_alloc_tmp(struct crypto_ahash *ahash, int nfrags, in ah_alloc_tmp() 336 int nfrags; in ah6_output() local 537 int nfrags; in ah6_input() local
|
D | esp6.c | 67 static void *esp_alloc_tmp(struct crypto_aead *aead, int nfrags, int seqihlen) in esp_alloc_tmp() 223 int nfrags; in esp6_output_head() local 592 int nfrags; in esp6_input() local
|
/net/core/ |
D | skbuff.c | 1763 int nfrags = skb_shinfo(skb)->nr_frags; in ___pskb_trim() local 3015 const int nfrags = skb_shinfo(skb)->nr_frags; in skb_split_no_header() local 3511 int nfrags = skb_shinfo(head_skb)->nr_frags; in skb_segment() local 5400 const int nfrags = skb_shinfo(skb)->nr_frags; in pskb_carve_inside_nonlinear() local
|
D | pktgen.c | 263 int nfrags; member
|
/net/mac80211/ |
D | tx.c | 3133 int n = 2, nfrags, pad = 0; in ieee80211_amsdu_aggregate() local
|