]> 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)
commite71dd0cd671701cdd98c1be724d08b2b1048d5aa
treef7b16eb9d746b1afe0b8b70c78c5bc197aef0ca4
parent5ac6d75280fa391ce6431e82d6e6fbaee2d85366
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