Home
last modified time | relevance | path

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

/net/netfilter/
Dnfnetlink.c517 u16 res_id; in nfnetlink_rcv_skb_batch() local
538 if (nfgenmsg->res_id == NFNL_SUBSYS_NFTABLES) in nfnetlink_rcv_skb_batch()
539 res_id = NFNL_SUBSYS_NFTABLES; in nfnetlink_rcv_skb_batch()
541 res_id = ntohs(nfgenmsg->res_id); in nfnetlink_rcv_skb_batch()
543 nfnetlink_rcv_batch(skb, nlh, res_id, gen_id); in nfnetlink_rcv_skb_batch()
Dnfnetlink_cttimeout.c177 nfmsg->res_id = 0; in ctnl_timeout_fill_info()
398 nfmsg->res_id = 0; in cttimeout_default_fill_info()
Dnfnetlink_queue.c483 nfmsg->res_id = htons(queue->queue_num); in nfqnl_build_packet_message()
1071 u16 queue_num = ntohs(nfmsg->res_id); in nfqnl_recv_verdict_batch()
1174 u_int16_t queue_num = ntohs(nfmsg->res_id); in nfqnl_recv_verdict()
1260 u_int16_t queue_num = ntohs(nfmsg->res_id); in nfqnl_recv_config()
Dnf_tables_trace.c229 nfmsg->res_id = 0; in nft_trace_notify()
Dnf_conntrack_netlink.c527 nfmsg->res_id = 0; in ctnetlink_fill_info()
722 nfmsg->res_id = 0; in ctnetlink_conntrack_event()
2215 nfmsg->res_id = htons(cpu); in ctnetlink_ct_stat_cpu_fill_info()
2299 nfmsg->res_id = 0; in ctnetlink_stat_ct_fill_info()
2814 nfmsg->res_id = 0; in ctnetlink_exp_fill_info()
2865 nfmsg->res_id = 0; in ctnetlink_expect_event()
3446 nfmsg->res_id = htons(cpu); in ctnetlink_exp_stat_fill_info()
Dnfnetlink_log.c469 nfmsg->res_id = htons(inst->group_num); in __build_packet_message()
878 u_int16_t group_num = ntohs(nfmsg->res_id); in nfulnl_recv_config()
Dnfnetlink_acct.c148 nfmsg->res_id = 0; in nfnl_acct_fill_info()
Dnfnetlink_cthelper.c540 nfmsg->res_id = 0; in nfnl_cthelper_fill_info()
Dnf_tables_api.c610 nfmsg->res_id = htons(net->nft.base_seq & 0xffff); in nf_tables_fill_table_info()
1273 nfmsg->res_id = htons(net->nft.base_seq & 0xffff); in nf_tables_fill_chain_info()
2356 nfmsg->res_id = htons(net->nft.base_seq & 0xffff); in nf_tables_fill_rule_info()
3310 nfmsg->res_id = htons(ctx->net->nft.base_seq & 0xffff); in nf_tables_fill_set()
4146 nfmsg->res_id = htons(net->nft.base_seq & 0xffff); in nf_tables_dump_set()
4218 nfmsg->res_id = htons(ctx->net->nft.base_seq & 0xffff); in nf_tables_fill_setelem_info()
5321 nfmsg->res_id = htons(net->nft.base_seq & 0xffff); in nf_tables_fill_obj_info()
5996 nfmsg->res_id = htons(net->nft.base_seq & 0xffff); in nf_tables_fill_flowtable_info()
6233 nfmsg->res_id = htons(net->nft.base_seq & 0xffff); in nf_tables_fill_gen_info()
Dnft_compat.c586 nfmsg->res_id = 0; in nfnl_compat_fill_info()
/net/netfilter/ipset/
Dip_set_core.c809 nfmsg->res_id = 0; in start_msg()