Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnetfilter.h490 struct nfnl_ct_hook { struct
501 extern const struct nfnl_ct_hook __rcu *nfnl_ct_hook; argument
/linux/net/netfilter/
H A Dnfnetlink_log.c483 const struct nfnl_ct_hook *nfnl_ct, in __build_packet_message()
734 const struct nfnl_ct_hook *nfnl_ct = NULL; in nfulnl_log_packet()
783 nfnl_ct = rcu_dereference(nfnl_ct_hook); in nfulnl_log_packet()
948 !rcu_access_pointer(nfnl_ct_hook)) { in nfulnl_recv_config()
953 if (rcu_access_pointer(nfnl_ct_hook)) { in nfulnl_recv_config()
H A Dnfnetlink_queue.c728 const struct nfnl_ct_hook *nfnl_ct; in nfqnl_build_packet_message()
784 nfnl_ct = rcu_dereference(nfnl_ct_hook); in nfqnl_build_packet_message()
1724 static struct nf_conn *nfqnl_ct_parse(const struct nfnl_ct_hook *nfnl_ct, in nfqnl_recv_verdict()
1790 const struct nfnl_ct_hook *nfnl_ct; in nfqnl_recv_unsupp()
1815 nfnl_ct = rcu_dereference(nfnl_ct_hook); in nfqnl_recv_config()
1914 !rcu_access_pointer(nfnl_ct_hook)) { in nfqnl_recv_config()
1919 if (rcu_access_pointer(nfnl_ct_hook)) in nfqnl_recv_config()
H A Dnf_conntrack_netlink.c2907 static const struct nfnl_ct_hook ctnetlink_glue_hook = {
3894 RCU_INIT_POINTER(nfnl_ct_hook, &ctnetlink_glue_hook); in ctnetlink_init()
3912 RCU_INIT_POINTER(nfnl_ct_hook, NULL); in ctnetlink_exit()