Searched refs:nfnl_ct_hook (Results 1 – 5 of 5) sorted by relevance
470 struct nfnl_ct_hook { struct481 extern const struct nfnl_ct_hook __rcu *nfnl_ct_hook; argument
391 const struct nfnl_ct_hook *nfnl_ct; in nfqnl_build_packet_message()447 nfnl_ct = rcu_dereference(nfnl_ct_hook); in nfqnl_build_packet_message()1130 static struct nf_conn *nfqnl_ct_parse(const struct nfnl_ct_hook *nfnl_ct, in nfqnl_ct_parse()1197 const struct nfnl_ct_hook *nfnl_ct; in nfqnl_recv_verdict()1222 nfnl_ct = rcu_dereference(nfnl_ct_hook); in nfqnl_recv_verdict()1319 !rcu_access_pointer(nfnl_ct_hook)) { in nfqnl_recv_config()1324 if (rcu_access_pointer(nfnl_ct_hook)) in nfqnl_recv_config()
455 const struct nfnl_ct_hook *nfnl_ct, in __build_packet_message()692 const struct nfnl_ct_hook *nfnl_ct = NULL; in nfulnl_log_packet()741 nfnl_ct = rcu_dereference(nfnl_ct_hook); in nfulnl_log_packet()911 !rcu_access_pointer(nfnl_ct_hook)) { in nfulnl_recv_config()916 if (rcu_access_pointer(nfnl_ct_hook)) { in nfulnl_recv_config()
665 const struct nfnl_ct_hook __rcu *nfnl_ct_hook __read_mostly;666 EXPORT_SYMBOL_GPL(nfnl_ct_hook);
2909 static const struct nfnl_ct_hook ctnetlink_glue_hook = {3890 RCU_INIT_POINTER(nfnl_ct_hook, &ctnetlink_glue_hook); in ctnetlink_init()3908 RCU_INIT_POINTER(nfnl_ct_hook, NULL); in ctnetlink_exit()
Completed in 22 milliseconds