net: add a net pointer to struct fqdir
authorEric Dumazet <edumazet@google.com>
Fri, 24 May 2019 16:03:38 +0000 (09:03 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 26 May 2019 21:08:05 +0000 (14:08 -0700)
commita39aca678a0626941aa99c18c1c452ca758e7865
treef7b16eb9d746b1afe0b8b70c78c5bc197aef0ca4
parent9cce45f22ceedf639cbb5fb5dfe612a278d36b58
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>
include/net/inet_frag.h
net/ieee802154/6lowpan/reassembly.c
net/ipv4/ip_fragment.c
net/ipv6/netfilter/nf_conntrack_reasm.c
net/ipv6/reassembly.c