Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/netfilter/
H A Dnfnetlink.h57 int nfnetlink_set_err(struct net *net, u32 portid, u32 group, int error);
/openbmc/linux/net/netfilter/
H A Dnfnetlink.c185 int nfnetlink_set_err(struct net *net, u32 portid, u32 group, int error) in nfnetlink_set_err() function
191 EXPORT_SYMBOL_GPL(nfnetlink_set_err);
H A Dnf_tables_api.c1049 nfnetlink_set_err(ctx->net, ctx->portid, NFNLGRP_NFTABLES, -ENOBUFS); in nf_tables_table_notify()
1905 nfnetlink_set_err(ctx->net, ctx->portid, NFNLGRP_NFTABLES, -ENOBUFS); in nf_tables_chain_notify()
3504 nfnetlink_set_err(ctx->net, ctx->portid, NFNLGRP_NFTABLES, -ENOBUFS); in nf_tables_rule_notify()
4700 nfnetlink_set_err(ctx->net, portid, NFNLGRP_NFTABLES, -ENOBUFS); in nf_tables_dump_sets()
6282 nfnetlink_set_err(net, portid, NFNLGRP_NFTABLES, -ENOBUFS); in nft_set_elem_expr_alloc()
8187 nfnetlink_set_err(net, portid, NFNLGRP_NFTABLES, -ENOBUFS); in nft_unregister_flowtable_type()
9071 nfnetlink_set_err(ctx->net, ctx->portid, NFNLGRP_NFTABLES, -ENOBUFS); in nft_flowtable_event()
9186 nfnetlink_set_err(net, NETLINK_CB(skb).portid, NFNLGRP_NFTABLES,
H A Dnf_conntrack_netlink.c853 if (nfnetlink_set_err(net, 0, group, -ENOBUFS) > 0) in ctnetlink_conntrack_event()
3137 nfnetlink_set_err(net, 0, 0, -ENOBUFS); in ctnetlink_expect_event()