nf_log_set
int nf_log_set(struct net *net, u_int8_t pf, const struct nf_logger *logger);
EXPORT_SYMBOL(nf_log_set);
ret = nf_log_set(net, NFPROTO_BRIDGE, &nf_bridge_logger);
int ret = nf_log_set(net, NFPROTO_IPV4, &nf_ip_logger);
ret = nf_log_set(net, NFPROTO_ARP, &nf_arp_logger);
ret = nf_log_set(net, NFPROTO_IPV6, &nf_ip6_logger);
ret = nf_log_set(net, NFPROTO_NETDEV, &nf_netdev_logger);