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.c1224 !nfnetlink_has_listeners(ctx->net, NFNLGRP_NFTABLES)) in nf_tables_table_notify()
1245 nfnetlink_set_err(ctx->net, ctx->portid, NFNLGRP_NFTABLES, -ENOBUFS); in nf_tables_table_notify()
2164 !nfnetlink_has_listeners(ctx->net, NFNLGRP_NFTABLES)) in nf_tables_chain_notify()
2186 nfnetlink_set_err(ctx->net, ctx->portid, NFNLGRP_NFTABLES, -ENOBUFS); in nf_tables_chain_notify()
3829 !nfnetlink_has_listeners(ctx->net, NFNLGRP_NFTABLES)) in nf_tables_rule_notify()
3858 nfnetlink_set_err(ctx->net, ctx->portid, NFNLGRP_NFTABLES, -ENOBUFS); in nf_tables_rule_notify()
5092 !nfnetlink_has_listeners(ctx->net, NFNLGRP_NFTABLES)) in nf_tables_set_notify()
5111 nfnetlink_set_err(ctx->net, portid, NFNLGRP_NFTABLES, -ENOBUFS); in nf_tables_set_notify()
6678 if (!ctx->report && !nfnetlink_has_listeners(net, NFNLGRP_NFTABLES)) in nf_tables_setelem_notify()
6699 nfnetlink_set_err(net, portid, NFNLGRP_NFTABLES, -ENOBUFS); in nf_tables_setelem_notify()
[all …]