Searched defs:nfulnl_instance (Results 1 – 1 of 1) sorted by relevance
60 struct nfulnl_instance { struct61 struct hlist_node hlist; /* global list of instances */62 spinlock_t lock;63 refcount_t use; /* use count */65 unsigned int qlen; /* number of nlmsgs in skb */66 struct sk_buff *skb; /* pre-allocatd skb */67 struct timer_list timer;68 struct net *net;69 netns_tracker ns_tracker;70 struct user_namespace *peer_user_ns; /* User namespace of the peer process */[all …]