Home
last modified time | relevance | path

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

/linux/include/uapi/linux/netfilter/
H A Dnfnetlink.h22 NFNLGRP_NFTABLES, enumerator
23 #define NFNLGRP_NFTABLES NFNLGRP_NFTABLES macro
/linux/net/netfilter/
H A Dnf_tables_api.c1238 !nfnetlink_has_listeners(ctx->net, NFNLGRP_NFTABLES)) in nf_tables_table_notify()
1259 nfnetlink_set_err(ctx->net, ctx->portid, NFNLGRP_NFTABLES, -ENOBUFS); in nf_tables_table_notify()
2121 !nfnetlink_has_listeners(ctx->net, NFNLGRP_NFTABLES)) in nf_tables_chain_notify()
2143 nfnetlink_set_err(ctx->net, ctx->portid, NFNLGRP_NFTABLES, -ENOBUFS); in nf_tables_chain_notify()
3754 !nfnetlink_has_listeners(ctx->net, NFNLGRP_NFTABLES)) in nf_tables_rule_notify()
3783 nfnetlink_set_err(ctx->net, ctx->portid, NFNLGRP_NFTABLES, -ENOBUFS); in nf_tables_rule_notify()
5009 !nfnetlink_has_listeners(ctx->net, NFNLGRP_NFTABLES)) in nf_tables_set_notify()
5028 nfnetlink_set_err(ctx->net, portid, NFNLGRP_NFTABLES, -ENOBUFS); in nf_tables_set_notify()
6598 if (!ctx->report && !nfnetlink_has_listeners(net, NFNLGRP_NFTABLES)) in nf_tables_setelem_notify()
6619 nfnetlink_set_err(net, portid, NFNLGRP_NFTABLES, in nf_tables_setelem_notify()
[all...]
H A Dnfnetlink.c86 [NFNLGRP_NFTABLES] = NFNL_SUBSYS_NFTABLES,