Home
last modified time | relevance | path

Searched defs:nfulnl_instance (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/netfilter/
H A Dnfnetlink_log.c60 struct nfulnl_instance { struct
61 struct hlist_node hlist; /* global list of instances */
62 spinlock_t lock;
63 refcount_t use; /* use count */
65 unsigned int qlen; /* number of nlmsgs in skb */
66 struct sk_buff *skb; /* pre-allocatd skb */
67 struct timer_list timer;
68 struct net *net;
69 netns_tracker ns_tracker;
70 struct user_namespace *peer_user_ns; /* User namespace of the peer process */
[all …]