Searched defs:nfulnl_instance (Results 1 – 1 of 1) sorted by relevance
57 struct nfulnl_instance { struct58 struct hlist_node hlist; /* global list of instances */59 spinlock_t lock;60 atomic_t use; /* use count */62 unsigned int qlen; /* number of nlmsgs in skb */63 struct sk_buff *skb; /* pre-allocatd skb */64 struct timer_list timer;65 struct net *net;66 struct user_namespace *peer_user_ns; /* User namespace of the peer process */67 u32 peer_portid; /* PORTID of the peer process */[all …]