]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/net/netns/ipv4.h
Merge branch 'kmap_atomic' of git://github.com/congwang/linux
[karo-tx-linux.git] / include / net / netns / ipv4.h
index 599e48fa97cb91898d0e5090b05f22fb2f450e20..0ffb8e31f3cd3c2785371c636260dd51f91a89d2 100644 (file)
@@ -7,6 +7,7 @@
 
 #include <net/inet_frag.h>
 
+struct tcpm_hash_bucket;
 struct ctl_table_header;
 struct ipv4_devconf;
 struct fib_rules_ops;
@@ -37,8 +38,9 @@ struct netns_ipv4 {
        struct sock             *fibnl;
 
        struct sock             **icmp_sk;
-       struct sock             *tcp_sock;
        struct inet_peer_base   *peers;
+       struct tcpm_hash_bucket *tcp_metrics_hash;
+       unsigned int            tcp_metrics_hash_log;
        struct netns_frags      frags;
 #ifdef CONFIG_NETFILTER
        struct xt_table         *iptable_filter;