Searched refs:nfnetlink_set_err (Results 1 – 3 of 3) sorted by relevance
/net/netfilter/ |
D | nfnetlink.c | 139 int nfnetlink_set_err(struct net *net, u32 portid, u32 group, int error) in nfnetlink_set_err() function 143 EXPORT_SYMBOL_GPL(nfnetlink_set_err);
|
D | nf_tables_api.c | 462 nfnetlink_set_err(ctx->net, ctx->portid, NFNLGRP_NFTABLES, in nf_tables_table_notify() 1007 nfnetlink_set_err(ctx->net, ctx->portid, NFNLGRP_NFTABLES, in nf_tables_chain_notify() 1748 nfnetlink_set_err(ctx->net, ctx->portid, NFNLGRP_NFTABLES, in nf_tables_rule_notify() 2401 nfnetlink_set_err(ctx->net, portid, NFNLGRP_NFTABLES, err); in nf_tables_set_notify() 3077 nfnetlink_set_err(net, portid, NFNLGRP_NFTABLES, err); in nf_tables_setelem_notify() 3363 nfnetlink_set_err(net, NETLINK_CB(skb).portid, NFNLGRP_NFTABLES, in nf_tables_gen_notify()
|
D | nf_conntrack_netlink.c | 739 if (nfnetlink_set_err(net, 0, group, -ENOBUFS) > 0) in ctnetlink_conntrack_event() 2467 nfnetlink_set_err(net, 0, 0, -ENOBUFS); in ctnetlink_expect_event()
|