net: add a net pointer to struct fqdir
fqdir will soon be dynamically allocated. We need to reach the struct net pointer from fqdir, so add it, and replace the various container_of() constructs by direct access to the new field. Signed-off-by:Eric Dumazet <edumazet@google.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- include/net/inet_frag.h 4 additions, 1 deletioninclude/net/inet_frag.h
- net/ieee802154/6lowpan/reassembly.c 1 addition, 1 deletionnet/ieee802154/6lowpan/reassembly.c
- net/ipv4/ip_fragment.c 7 additions, 13 deletionsnet/ipv4/ip_fragment.c
- net/ipv6/netfilter/nf_conntrack_reasm.c 2 additions, 4 deletionsnet/ipv6/netfilter/nf_conntrack_reasm.c
- net/ipv6/reassembly.c 3 additions, 5 deletionsnet/ipv6/reassembly.c
Please register or sign in to comment