Home
last modified time | relevance | path

Searched refs:nfnl_ct_hook (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/
H A Dnetfilter.h473 struct nfnl_ct_hook { struct
484 extern const struct nfnl_ct_hook __rcu *nfnl_ct_hook; argument
/openbmc/linux/net/netfilter/
H A Dnfnetlink_queue.c408 const struct nfnl_ct_hook *nfnl_ct; in nfqnl_build_packet_message()
467 nfnl_ct = rcu_dereference(nfnl_ct_hook); in nfqnl_build_packet_message()
1184 static struct nf_conn *nfqnl_ct_parse(const struct nfnl_ct_hook *nfnl_ct, in nfqnl_ct_parse()
1251 const struct nfnl_ct_hook *nfnl_ct; in nfqnl_recv_verdict()
1276 nfnl_ct = rcu_dereference(nfnl_ct_hook); in nfqnl_recv_verdict()
1373 !rcu_access_pointer(nfnl_ct_hook)) { in nfqnl_recv_config()
1378 if (rcu_access_pointer(nfnl_ct_hook)) in nfqnl_recv_config()
H A Dnfnetlink_log.c465 const struct nfnl_ct_hook *nfnl_ct, in __build_packet_message()
700 const struct nfnl_ct_hook *nfnl_ct = NULL; in nfulnl_log_packet()
749 nfnl_ct = rcu_dereference(nfnl_ct_hook); in nfulnl_log_packet()
919 !rcu_access_pointer(nfnl_ct_hook)) { in nfulnl_recv_config()
924 if (rcu_access_pointer(nfnl_ct_hook)) { in nfulnl_recv_config()
H A Dcore.c677 const struct nfnl_ct_hook __rcu *nfnl_ct_hook __read_mostly;
678 EXPORT_SYMBOL_GPL(nfnl_ct_hook);
H A Dnf_conntrack_netlink.c2902 static const struct nfnl_ct_hook ctnetlink_glue_hook = {
3888 RCU_INIT_POINTER(nfnl_ct_hook, &ctnetlink_glue_hook); in ctnetlink_init()
3906 RCU_INIT_POINTER(nfnl_ct_hook, NULL); in ctnetlink_exit()