Home
last modified time | relevance | path

Searched refs:res_id (Results 1 – 10 of 10) sorted by relevance

/net/netfilter/
Dnfnetlink.c438 u_int16_t res_id; in nfnetlink_rcv() local
464 if (nfgenmsg->res_id == NFNL_SUBSYS_NFTABLES) in nfnetlink_rcv()
465 res_id = NFNL_SUBSYS_NFTABLES; in nfnetlink_rcv()
467 res_id = ntohs(nfgenmsg->res_id); in nfnetlink_rcv()
468 nfnetlink_rcv_batch(skb, nlh, res_id); in nfnetlink_rcv()
Dnfnetlink_cttimeout.c175 nfmsg->res_id = 0; in ctnl_timeout_fill_info()
401 nfmsg->res_id = 0; in cttimeout_default_fill_info()
Dnfnetlink_queue_core.c373 nfmsg->res_id = htons(queue->queue_num); in nfqnl_build_packet_message()
930 u16 queue_num = ntohs(nfmsg->res_id); in nfqnl_recv_verdict_batch()
975 u_int16_t queue_num = ntohs(nfmsg->res_id); in nfqnl_recv_verdict()
1056 u_int16_t queue_num = ntohs(nfmsg->res_id); in nfqnl_recv_config()
Dnf_conntrack_netlink.c476 nfmsg->res_id = 0; in ctnetlink_fill_info()
657 nfmsg->res_id = 0; in ctnetlink_conntrack_event()
1873 nfmsg->res_id = htons(cpu); in ctnetlink_ct_stat_cpu_fill_info()
1960 nfmsg->res_id = 0; in ctnetlink_stat_ct_fill_info()
2399 nfmsg->res_id = 0; in ctnetlink_exp_fill_info()
2450 nfmsg->res_id = 0; in ctnetlink_expect_event()
3034 nfmsg->res_id = htons(cpu); in ctnetlink_exp_stat_fill_info()
Dnfnetlink_log.c420 nfmsg->res_id = htons(inst->group_num); in __build_packet_message()
797 u_int16_t group_num = ntohs(nfmsg->res_id); in nfulnl_recv_config()
Dnf_tables_api.c423 nfmsg->res_id = htons(net->nft.base_seq & 0xffff); in nf_tables_fill_table_info()
937 nfmsg->res_id = htons(net->nft.base_seq & 0xffff); in nf_tables_fill_chain_info()
1680 nfmsg->res_id = htons(net->nft.base_seq & 0xffff); in nf_tables_fill_rule_info()
2333 nfmsg->res_id = htons(ctx->net->nft.base_seq & 0xffff); in nf_tables_fill_set()
2943 nfmsg->res_id = htons(ctx.net->nft.base_seq & 0xffff); in nf_tables_dump_set()
3024 nfmsg->res_id = htons(ctx->net->nft.base_seq & 0xffff); in nf_tables_fill_setelem_info()
3325 nfmsg->res_id = htons(net->nft.base_seq & 0xffff); in nf_tables_fill_gen_info()
Dnfnetlink_acct.c149 nfmsg->res_id = 0; in nfnl_acct_fill_info()
Dnfnetlink_cthelper.c516 nfmsg->res_id = 0; in nfnl_cthelper_fill_info()
Dnft_compat.c454 nfmsg->res_id = 0; in nfnl_compat_fill_info()
/net/netfilter/ipset/
Dip_set_core.c734 nfmsg->res_id = 0; in start_msg()