Searched refs:NFNLGRP_NFTABLES (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.1/include/uapi/linux/netfilter/ |
| D | nfnetlink.h | 22 NFNLGRP_NFTABLES, enumerator 23 #define NFNLGRP_NFTABLES NFNLGRP_NFTABLES macro
|
| /Linux-v6.1/net/netfilter/ |
| D | nf_tables_api.c | 855 !nfnetlink_has_listeners(ctx->net, NFNLGRP_NFTABLES)) in nf_tables_table_notify() 876 nfnetlink_set_err(ctx->net, ctx->portid, NFNLGRP_NFTABLES, -ENOBUFS); in nf_tables_table_notify() 1669 !nfnetlink_has_listeners(ctx->net, NFNLGRP_NFTABLES)) in nf_tables_chain_notify() 1691 nfnetlink_set_err(ctx->net, ctx->portid, NFNLGRP_NFTABLES, -ENOBUFS); in nf_tables_chain_notify() 3064 !nfnetlink_has_listeners(ctx->net, NFNLGRP_NFTABLES)) in nf_tables_rule_notify() 3093 nfnetlink_set_err(ctx->net, ctx->portid, NFNLGRP_NFTABLES, -ENOBUFS); in nf_tables_rule_notify() 4106 !nfnetlink_has_listeners(ctx->net, NFNLGRP_NFTABLES)) in nf_tables_set_notify() 4125 nfnetlink_set_err(ctx->net, portid, NFNLGRP_NFTABLES, -ENOBUFS); in nf_tables_set_notify() 5417 if (!ctx->report && !nfnetlink_has_listeners(net, NFNLGRP_NFTABLES)) in nf_tables_setelem_notify() 5438 nfnetlink_set_err(net, portid, NFNLGRP_NFTABLES, -ENOBUFS); in nf_tables_setelem_notify() [all …]
|
| D | nfnetlink.c | 85 [NFNLGRP_NFTABLES] = NFNL_SUBSYS_NFTABLES,
|