Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dinet_fragment.c79 struct inet_frag_bucket *hb; in inet_frag_secret_rebuild()
90 struct inet_frag_bucket *hb_dest; in inet_frag_secret_rebuild()
127 inet_evict_bucket(struct inet_frags *f, struct inet_frag_bucket *hb) in inet_evict_bucket()
195 struct inet_frag_bucket *hb = &f->hash[i]; in inet_frags_init()
244 static struct inet_frag_bucket *
248 struct inet_frag_bucket *hb; in get_frag_bucket_locked()
268 struct inet_frag_bucket *hb; in fq_unlink()
330 struct inet_frag_bucket *hb = get_frag_bucket_locked(qp_in, f); in inet_frag_intern()
403 struct inet_frag_bucket *hb; in inet_frag_find()
/linux-4.4.14/include/net/
Dinet_frag.h73 struct inet_frag_bucket { struct
79 struct inet_frag_bucket hash[INETFRAGS_HASHSZ]; argument