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