]> git.baikalelectronics.ru Git - kernel.git/commit
inet: rename netns_frags to fqdir
authorEric Dumazet <edumazet@google.com>
Fri, 24 May 2019 16:03:30 +0000 (09:03 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 26 May 2019 21:08:04 +0000 (14:08 -0700)
commit9742cd9be0cbef846bfb897938ab96638bdf9b2b
tree8247968b50fc5a8b54c647b67a3136d03a8fc0e7
parent3fd15457600bcaaa8fb5f5f941dc947e1cc271e2
inet: rename netns_frags to fqdir

1) struct netns_frags is renamed to struct fqdir
  This structure is really holding many frag queues in a hash table.

2) (struct inet_frag_queue)->net field is renamed to fqdir
  since net is generally associated to a 'struct net' pointer
  in networking stack.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/inet_frag.h
include/net/netns/ieee802154_6lowpan.h
include/net/netns/ipv4.h
include/net/netns/ipv6.h
net/ieee802154/6lowpan/reassembly.c
net/ipv4/inet_fragment.c
net/ipv4/ip_fragment.c
net/ipv6/netfilter/nf_conntrack_reasm.c
net/ipv6/reassembly.c