]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2c987e158795d819c1111a8bfda1f7b92b7b1f08
treef7b16eb9d746b1afe0b8b70c78c5bc197aef0ca4
parent88187236409e1314a42b14d6326ddb6384ab4872
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