Home
last modified time | relevance | path

Searched refs:NFNLGRP_NFTABLES (Results 1 – 2 of 2) 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.c1233 !nfnetlink_has_listeners(ctx->net, NFNLGRP_NFTABLES)) in nf_tables_table_notify()
1254 nfnetlink_set_err(ctx->net, ctx->portid, NFNLGRP_NFTABLES, -ENOBUFS); in nf_tables_table_notify()
2116 !nfnetlink_has_listeners(ctx->net, NFNLGRP_NFTABLES)) in nf_tables_chain_notify()
2138 nfnetlink_set_err(ctx->net, ctx->portid, NFNLGRP_NFTABLES, -ENOBUFS); in nf_tables_chain_notify()
3748 !nfnetlink_has_listeners(ctx->net, NFNLGRP_NFTABLES)) in nf_tables_rule_notify()
3777 nfnetlink_set_err(ctx->net, ctx->portid, NFNLGRP_NFTABLES, -ENOBUFS); in nf_tables_rule_notify()
5056 !nfnetlink_has_listeners(ctx->net, NFNLGRP_NFTABLES)) in nf_tables_set_notify()
5075 nfnetlink_set_err(ctx->net, portid, NFNLGRP_NFTABLES, -ENOBUFS); in nf_tables_set_notify()
6711 if (!ctx->report && !nfnetlink_has_listeners(net, NFNLGRP_NFTABLES)) in nf_tables_setelem_notify()
6732 nfnetlink_set_err(net, portid, NFNLGRP_NFTABLES, -ENOBUFS); in nf_tables_setelem_notify()
[all …]