Searched refs:NFNLGRP_NFTABLES (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/include/uapi/linux/netfilter/ |
| D | nfnetlink.h | 22 NFNLGRP_NFTABLES, enumerator 23 #define NFNLGRP_NFTABLES NFNLGRP_NFTABLES macro
|
| /Linux-v5.15/net/netfilter/ |
| D | nf_tables_api.c | 787 !nfnetlink_has_listeners(ctx->net, NFNLGRP_NFTABLES)) in nf_tables_table_notify() 808 nfnetlink_set_err(ctx->net, ctx->portid, NFNLGRP_NFTABLES, -ENOBUFS); in nf_tables_table_notify() 1574 !nfnetlink_has_listeners(ctx->net, NFNLGRP_NFTABLES)) in nf_tables_chain_notify() 1596 nfnetlink_set_err(ctx->net, ctx->portid, NFNLGRP_NFTABLES, -ENOBUFS); in nf_tables_chain_notify() 2941 !nfnetlink_has_listeners(ctx->net, NFNLGRP_NFTABLES)) in nf_tables_rule_notify() 2970 nfnetlink_set_err(ctx->net, ctx->portid, NFNLGRP_NFTABLES, -ENOBUFS); in nf_tables_rule_notify() 3976 !nfnetlink_has_listeners(ctx->net, NFNLGRP_NFTABLES)) in nf_tables_set_notify() 3995 nfnetlink_set_err(ctx->net, portid, NFNLGRP_NFTABLES, -ENOBUFS); in nf_tables_set_notify() 5271 if (!ctx->report && !nfnetlink_has_listeners(net, NFNLGRP_NFTABLES)) in nf_tables_setelem_notify() 5292 nfnetlink_set_err(net, portid, NFNLGRP_NFTABLES, -ENOBUFS); in nf_tables_setelem_notify() [all …]
|
| D | nfnetlink.c | 81 [NFNLGRP_NFTABLES] = NFNL_SUBSYS_NFTABLES,
|