Searched defs:nfulnl_instance (Results 1 – 1 of 1) sorted by relevance
50 struct nfulnl_instance { struct51 struct hlist_node hlist; /* global list of instances */52 spinlock_t lock;53 atomic_t use; /* use count */55 unsigned int qlen; /* number of nlmsgs in skb */56 struct sk_buff *skb; /* pre-allocatd skb */57 struct timer_list timer;58 int peer_pid; /* PID of the peer process */84 static struct nfulnl_instance * argument