Home
last modified time | relevance | path

Searched refs:nfnetlink_set_err (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/include/linux/netfilter/
Dnfnetlink.h58 int nfnetlink_set_err(struct net *net, u32 portid, u32 group, int error);
/linux-5.19.10/net/netfilter/
Dnfnetlink.c184 int nfnetlink_set_err(struct net *net, u32 portid, u32 group, int error) in nfnetlink_set_err() function
190 EXPORT_SYMBOL_GPL(nfnetlink_set_err);
Dnf_tables_api.c876 nfnetlink_set_err(ctx->net, ctx->portid, NFNLGRP_NFTABLES, -ENOBUFS); in nf_tables_table_notify()
1691 nfnetlink_set_err(ctx->net, ctx->portid, NFNLGRP_NFTABLES, -ENOBUFS); in nf_tables_chain_notify()
3093 nfnetlink_set_err(ctx->net, ctx->portid, NFNLGRP_NFTABLES, -ENOBUFS); in nf_tables_rule_notify()
4125 nfnetlink_set_err(ctx->net, portid, NFNLGRP_NFTABLES, -ENOBUFS); in nf_tables_set_notify()
5438 nfnetlink_set_err(net, portid, NFNLGRP_NFTABLES, -ENOBUFS); in nf_tables_setelem_notify()
7204 nfnetlink_set_err(net, portid, NFNLGRP_NFTABLES, -ENOBUFS); in nft_obj_notify()
8030 nfnetlink_set_err(ctx->net, ctx->portid, NFNLGRP_NFTABLES, -ENOBUFS); in nf_tables_flowtable_notify()
8147 nfnetlink_set_err(net, NETLINK_CB(skb).portid, NFNLGRP_NFTABLES, in nf_tables_gen_notify()
Dnf_conntrack_netlink.c846 if (nfnetlink_set_err(net, 0, group, -ENOBUFS) > 0) in ctnetlink_conntrack_event()
3188 nfnetlink_set_err(net, 0, 0, -ENOBUFS); in ctnetlink_expect_event()