IB/rdmavt: Add mechanism to invalidate MR keys
[deliverable/linux.git] / include / net / net_namespace.h
index 2dcea635ecce3ead337ffa5fd2ba68096db9f997..4089abc6e9c0da2b3488b21f8ba8d3d043105fb0 100644 (file)
@@ -121,6 +121,9 @@ struct net {
 #if IS_ENABLED(CONFIG_NETFILTER_NETLINK_ACCT)
        struct list_head        nfnl_acct_list;
 #endif
+#if IS_ENABLED(CONFIG_NF_CT_NETLINK_TIMEOUT)
+       struct list_head        nfct_timeout_list;
+#endif
 #endif
 #ifdef CONFIG_WEXT_CORE
        struct sk_buff_head     wext_nlevents;
This page took 0.042982 seconds and 5 git commands to generate.