Searched refs:nfnetlink_set_err (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/include/linux/netfilter/ |
| D | nfnetlink.h | 58 int nfnetlink_set_err(struct net *net, u32 portid, u32 group, int error);
|
| /Linux-v5.15/net/netfilter/ |
| D | nfnetlink.c | 180 int nfnetlink_set_err(struct net *net, u32 portid, u32 group, int error) in nfnetlink_set_err() function 186 EXPORT_SYMBOL_GPL(nfnetlink_set_err);
|
| D | nf_tables_api.c | 808 nfnetlink_set_err(ctx->net, ctx->portid, NFNLGRP_NFTABLES, -ENOBUFS); in nf_tables_table_notify() 1596 nfnetlink_set_err(ctx->net, ctx->portid, NFNLGRP_NFTABLES, -ENOBUFS); in nf_tables_chain_notify() 2970 nfnetlink_set_err(ctx->net, ctx->portid, NFNLGRP_NFTABLES, -ENOBUFS); in nf_tables_rule_notify() 3995 nfnetlink_set_err(ctx->net, portid, NFNLGRP_NFTABLES, -ENOBUFS); in nf_tables_set_notify() 5292 nfnetlink_set_err(net, portid, NFNLGRP_NFTABLES, -ENOBUFS); in nf_tables_setelem_notify() 6992 nfnetlink_set_err(net, portid, NFNLGRP_NFTABLES, -ENOBUFS); in nft_obj_notify() 7806 nfnetlink_set_err(ctx->net, ctx->portid, NFNLGRP_NFTABLES, -ENOBUFS); in nf_tables_flowtable_notify() 7923 nfnetlink_set_err(net, NETLINK_CB(skb).portid, NFNLGRP_NFTABLES, in nf_tables_gen_notify()
|
| D | nf_conntrack_netlink.c | 840 if (nfnetlink_set_err(net, 0, group, -ENOBUFS) > 0) in ctnetlink_conntrack_event() 3159 nfnetlink_set_err(net, 0, 0, -ENOBUFS); in ctnetlink_expect_event()
|