Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dnetfilter.h472 struct nfnl_ct_hook { struct
487 extern struct nfnl_ct_hook __rcu *nfnl_ct_hook; argument
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnfnetlink_queue.c391 struct nfnl_ct_hook *nfnl_ct; in nfqnl_build_packet_message()
444 nfnl_ct = rcu_dereference(nfnl_ct_hook); in nfqnl_build_packet_message()
1109 static struct nf_conn *nfqnl_ct_parse(struct nfnl_ct_hook *nfnl_ct, in nfqnl_ct_parse()
1180 struct nfnl_ct_hook *nfnl_ct; in nfqnl_recv_verdict()
1201 nfnl_ct = rcu_dereference(nfnl_ct_hook); in nfqnl_recv_verdict()
1299 !rcu_access_pointer(nfnl_ct_hook)) { in nfqnl_recv_config()
1304 if (rcu_access_pointer(nfnl_ct_hook)) in nfqnl_recv_config()
H A Dnfnetlink_log.c450 const struct nfnl_ct_hook *nfnl_ct, in __build_packet_message()
685 const struct nfnl_ct_hook *nfnl_ct = NULL; in nfulnl_log_packet()
733 nfnl_ct = rcu_dereference(nfnl_ct_hook); in nfulnl_log_packet()
907 !rcu_access_pointer(nfnl_ct_hook)) { in nfulnl_recv_config()
912 if (rcu_access_pointer(nfnl_ct_hook)) { in nfulnl_recv_config()
H A Dcore.c640 struct nfnl_ct_hook __rcu *nfnl_ct_hook __read_mostly;
641 EXPORT_SYMBOL_GPL(nfnl_ct_hook);
H A Dnf_conntrack_netlink.c2905 static struct nfnl_ct_hook ctnetlink_glue_hook = {
3893 RCU_INIT_POINTER(nfnl_ct_hook, &ctnetlink_glue_hook); in ctnetlink_init()
3911 RCU_INIT_POINTER(nfnl_ct_hook, NULL); in ctnetlink_exit()