Searched defs:nfulnl_instance (Results 1 – 1 of 1) sorted by relevance
60 struct nfulnl_instance { struct62 spinlock_t lock;63 refcount_t use; /* use count */66 struct sk_buff *skb; /* pre-allocatd skb */67 struct timer_list timer;68 struct net *net;69 netns_tracker ns_tracker;77 u_int32_t copy_range;80 u_int16_t flags;81 u_int8_t copy_mode;[all …]