Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnfnetlink_log.c465 const struct nfnl_ct_hook *nfnl_ct, in __build_packet_message() argument
640 if (ct && nfnl_ct->build(inst->skb, ct, ctinfo, in __build_packet_message()
700 const struct nfnl_ct_hook *nfnl_ct = NULL; in nfulnl_log_packet() local
749 nfnl_ct = rcu_dereference(nfnl_ct_hook); in nfulnl_log_packet()
750 if (nfnl_ct != NULL) { in nfulnl_log_packet()
753 size += nfnl_ct->build_size(ct); in nfulnl_log_packet()
807 nfnl_ct, ct, ctinfo); in nfulnl_log_packet()