Home
last modified time | relevance | path

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

/net/netfilter/
Dnfnetlink.c442 u_int16_t res_id; in nfnetlink_rcv() local
468 if (nfgenmsg->res_id == NFNL_SUBSYS_NFTABLES) in nfnetlink_rcv()
469 res_id = NFNL_SUBSYS_NFTABLES; in nfnetlink_rcv()
471 res_id = ntohs(nfgenmsg->res_id); in nfnetlink_rcv()
472 nfnetlink_rcv_batch(skb, nlh, res_id); in nfnetlink_rcv()
Dnfnetlink_queue.c460 nfmsg->res_id = htons(queue->queue_num); in nfqnl_build_packet_message()
1045 u16 queue_num = ntohs(nfmsg->res_id); in nfqnl_recv_verdict_batch()
1144 u_int16_t queue_num = ntohs(nfmsg->res_id); in nfqnl_recv_verdict()
1225 u_int16_t queue_num = ntohs(nfmsg->res_id); in nfqnl_recv_config()
Dnfnetlink_cttimeout.c169 nfmsg->res_id = 0; in ctnl_timeout_fill_info()
442 nfmsg->res_id = 0; in cttimeout_default_fill_info()
Dnf_tables_trace.c208 nfmsg->res_id = 0; in nft_trace_notify()
Dnf_conntrack_netlink.c480 nfmsg->res_id = 0; in ctnetlink_fill_info()
665 nfmsg->res_id = 0; in ctnetlink_conntrack_event()
1993 nfmsg->res_id = htons(cpu); in ctnetlink_ct_stat_cpu_fill_info()
2076 nfmsg->res_id = 0; in ctnetlink_stat_ct_fill_info()
2562 nfmsg->res_id = 0; in ctnetlink_exp_fill_info()
2613 nfmsg->res_id = 0; in ctnetlink_expect_event()
3209 nfmsg->res_id = htons(cpu); in ctnetlink_exp_stat_fill_info()
Dnfnetlink_log.c419 nfmsg->res_id = htons(inst->group_num); in __build_packet_message()
822 u_int16_t group_num = ntohs(nfmsg->res_id); in nfulnl_recv_config()
Dnfnetlink_acct.c149 nfmsg->res_id = 0; in nfnl_acct_fill_info()
Dnf_tables_api.c406 nfmsg->res_id = htons(net->nft.base_seq & 0xffff); in nf_tables_fill_table_info()
953 nfmsg->res_id = htons(net->nft.base_seq & 0xffff); in nf_tables_fill_chain_info()
1843 nfmsg->res_id = htons(net->nft.base_seq & 0xffff); in nf_tables_fill_rule_info()
2551 nfmsg->res_id = htons(ctx->net->nft.base_seq & 0xffff); in nf_tables_fill_set()
3279 nfmsg->res_id = htons(ctx.net->nft.base_seq & 0xffff); in nf_tables_dump_set()
3361 nfmsg->res_id = htons(ctx->net->nft.base_seq & 0xffff); in nf_tables_fill_setelem_info()
3857 nfmsg->res_id = htons(net->nft.base_seq & 0xffff); in nf_tables_fill_gen_info()
Dnfnetlink_cthelper.c516 nfmsg->res_id = 0; in nfnl_cthelper_fill_info()
Dnft_compat.c522 nfmsg->res_id = 0; in nfnl_compat_fill_info()
/net/netfilter/ipset/
Dip_set_core.c780 nfmsg->res_id = 0; in start_msg()