Searched refs:inet_frags (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | inet_frag.h | 15 struct inet_frags *f; 98 struct inet_frags { struct 112 int inet_frags_init(struct inet_frags *); 113 void inet_frags_fini(struct inet_frags *); 115 int fqdir_init(struct fqdir **fqdirp, struct inet_frags *f, struct net *net);
|
/kernel/linux/linux-6.6/include/net/ |
H A D | inet_frag.h | 19 struct inet_frags *f; 107 struct inet_frags { struct 121 int inet_frags_init(struct inet_frags *); 122 void inet_frags_fini(struct inet_frags *); 124 int fqdir_init(struct fqdir **fqdirp, struct inet_frags *f, struct net *net);
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | inet_fragment.c | 102 int inet_frags_init(struct inet_frags *f) in inet_frags_init() 115 void inet_frags_fini(struct inet_frags *f) in inet_frags_fini() 151 struct inet_frags *f = fqdir->f; in fqdir_work_fn() 167 int fqdir_init(struct fqdir **fqdirp, struct inet_frags *f, struct net *net) in fqdir_init() 225 struct inet_frags *f = q->fqdir->f; in inet_frag_destroy_rcu() 258 struct inet_frags *f; in inet_frag_destroy() 276 struct inet_frags *f, in inet_frag_alloc() 300 struct inet_frags *f = fqdir->f; in inet_frag_create()
|
H A D | ip_fragment.c | 76 static struct inet_frags ip4_frags;
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | inet_fragment.c | 102 int inet_frags_init(struct inet_frags *f) in inet_frags_init() 115 void inet_frags_fini(struct inet_frags *f) in inet_frags_fini() 155 struct inet_frags *f; in fqdir_free_fn() 187 int fqdir_init(struct fqdir **fqdirp, struct inet_frags *f, struct net *net) in fqdir_init() 257 struct inet_frags *f = q->fqdir->f; in inet_frag_destroy_rcu() 291 struct inet_frags *f; in inet_frag_destroy() 313 struct inet_frags *f, in inet_frag_alloc() 337 struct inet_frags *f = fqdir->f; in inet_frag_create()
|
H A D | ip_fragment.c | 76 static struct inet_frags ip4_frags;
|
/kernel/linux/linux-5.10/net/ieee802154/6lowpan/ |
H A D | reassembly.c | 31 static struct inet_frags lowpan_frags;
|
/kernel/linux/linux-5.10/net/ipv6/netfilter/ |
H A D | nf_conntrack_reasm.c | 50 static struct inet_frags nf_frags;
|
/kernel/linux/linux-6.6/net/ieee802154/6lowpan/ |
H A D | reassembly.c | 31 static struct inet_frags lowpan_frags;
|
/kernel/linux/linux-6.6/net/ipv6/netfilter/ |
H A D | nf_conntrack_reasm.c | 37 static struct inet_frags nf_frags;
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | reassembly.c | 68 static struct inet_frags ip6_frags;
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | reassembly.c | 68 static struct inet_frags ip6_frags;
|
Completed in 11 milliseconds