Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/netfilter/
Dnfnetlink.h21 NFNLGRP_NFTABLES, enumerator
22 #define NFNLGRP_NFTABLES NFNLGRP_NFTABLES macro
/linux-4.1.27/net/netfilter/
Dnf_tables_api.c440 !nfnetlink_has_listeners(ctx->net, NFNLGRP_NFTABLES)) in nf_tables_table_notify()
455 err = nfnetlink_send(skb, ctx->net, ctx->portid, NFNLGRP_NFTABLES, in nf_tables_table_notify()
459 nfnetlink_set_err(ctx->net, ctx->portid, NFNLGRP_NFTABLES, in nf_tables_table_notify()
987 !nfnetlink_has_listeners(ctx->net, NFNLGRP_NFTABLES)) in nf_tables_chain_notify()
1003 err = nfnetlink_send(skb, ctx->net, ctx->portid, NFNLGRP_NFTABLES, in nf_tables_chain_notify()
1007 nfnetlink_set_err(ctx->net, ctx->portid, NFNLGRP_NFTABLES, in nf_tables_chain_notify()
1784 !nfnetlink_has_listeners(ctx->net, NFNLGRP_NFTABLES)) in nf_tables_rule_notify()
1800 err = nfnetlink_send(skb, ctx->net, ctx->portid, NFNLGRP_NFTABLES, in nf_tables_rule_notify()
1804 nfnetlink_set_err(ctx->net, ctx->portid, NFNLGRP_NFTABLES, in nf_tables_rule_notify()
2454 !nfnetlink_has_listeners(ctx->net, NFNLGRP_NFTABLES)) in nf_tables_set_notify()
[all …]
Dnfnetlink.c50 [NFNLGRP_NFTABLES] = NFNL_SUBSYS_NFTABLES,