]> 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)
commit06040426b6fada62723acb543d6167b0e213b3e2
tree8247968b50fc5a8b54c647b67a3136d03a8fc0e7
parentf9d41dff91cf9604fd1729d92b3aac3958e1b477
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