Searched refs:nflognl (Results 1 – 2 of 2) sorted by relevance
/net/ipv4/netfilter/ |
D | ipt_ULOG.c | 87 struct sock *nflognl; member 116 netlink_broadcast(ulog->nflognl, ub->skb, 0, nlgroupnum + 1, in ulog_send() 417 ulog->nflognl = netlink_kernel_create(net, NETLINK_NFLOG, &cfg); in ulog_tg_net_init() 418 if (!ulog->nflognl) in ulog_tg_net_init() 436 netlink_kernel_release(ulog->nflognl); in ulog_tg_net_exit()
|
/net/netfilter/ |
D | xt_quota2.c | 47 static struct sock *nflognl; variable 113 netlink_broadcast(nflognl, log_skb, 0, 1, GFP_ATOMIC); in quota2_log() 356 nflognl = netlink_kernel_create(&init_net, NETLINK_NFLOG, NULL); in quota_mt2_init() 357 if (!nflognl) in quota_mt2_init()
|