Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/netfilter/
H A Dnfnetlink.h22 NFNLGRP_NFTABLES, enumerator
23 #define NFNLGRP_NFTABLES NFNLGRP_NFTABLES macro
/linux-6.15/net/netfilter/
H A Dnf_tables_api.c1179 !nfnetlink_has_listeners(ctx->net, NFNLGRP_NFTABLES)) in nf_tables_table_notify()
2049 !nfnetlink_has_listeners(ctx->net, NFNLGRP_NFTABLES)) in nf_tables_chain_notify()
3643 !nfnetlink_has_listeners(ctx->net, NFNLGRP_NFTABLES)) in nf_tables_rule_notify()
4884 !nfnetlink_has_listeners(ctx->net, NFNLGRP_NFTABLES)) in nf_tables_set_notify()
6562 nfnetlink_set_err(net, portid, NFNLGRP_NFTABLES, -ENOBUFS); in nf_tables_setelem_notify()
8616 !nfnetlink_has_listeners(net, NFNLGRP_NFTABLES)) in __nft_obj_notify()
8634 nfnetlink_set_err(net, portid, NFNLGRP_NFTABLES, -ENOBUFS); in __nft_obj_notify()
9503 !nfnetlink_has_listeners(ctx->net, NFNLGRP_NFTABLES)) in nf_tables_flowtable_notify()
9621 !nfnetlink_has_listeners(net, NFNLGRP_NFTABLES)) in nf_tables_gen_notify()
10520 nfnetlink_send(batch_skb, net, portid, NFNLGRP_NFTABLES, in nft_commit_notify()
[all …]
H A Dnfnetlink.c86 [NFNLGRP_NFTABLES] = NFNL_SUBSYS_NFTABLES,