commit | 6ce3b4dcee4f96a5000d3f790403eb6997e3d553 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Fri May 24 09:03:30 2019 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun May 26 14:08:04 2019 -0700 |
tree | 8247968b50fc5a8b54c647b67a3136d03a8fc0e7 | |
parent | ddf6ddb057f22445837df4d01bd966995d4426f7 [diff] |
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>