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