Searched refs:nfmsg (Results 1 – 8 of 8) sorted by relevance
14 const struct nfgenmsg *nfmsg; member71 struct nfgenmsg *nfmsg; in nfnl_fill_hdr() local73 nfmsg = nlmsg_data(nlh); in nfnl_fill_hdr()74 nfmsg->nfgen_family = family; in nfnl_fill_hdr()75 nfmsg->version = version; in nfnl_fill_hdr()76 nfmsg->res_id = res_id; in nfnl_fill_hdr()
256 struct nfgenmsg *nfmsg = nlmsg_data(cb->nlh); in nfnl_hook_dump() local258 int err, family = nfmsg->nfgen_family; in nfnl_hook_dump()296 const struct nfgenmsg *nfmsg = nlmsg_data(cb->nlh); in nfnl_hook_dump_start() local300 u8 family = nfmsg->nfgen_family; in nfnl_hook_dump_start()
1037 u8 family = nfmsg->nfgen_family; in ctnetlink_start()1577 u8 family = info->nfmsg->nfgen_family; in ctnetlink_del_conntrack()1635 u_int8_t u3 = info->nfmsg->nfgen_family; in ctnetlink_get_conntrack()1709 u_int8_t l3proto = nfmsg->nfgen_family; in ctnetlink_dump_list()2413 u_int8_t u3 = info->nfmsg->nfgen_family; in ctnetlink_new_conntrack()3175 u_int8_t l3proto = nfmsg->nfgen_family; in ctnetlink_exp_dump_table()3225 u_int8_t l3proto = nfmsg->nfgen_family; in ctnetlink_exp_ct_dump_table()3272 u_int8_t u3 = nfmsg->nfgen_family; in ctnetlink_dump_exp_ct()3314 u_int8_t u3 = info->nfmsg->nfgen_family; in ctnetlink_get_expect()3403 u_int8_t u3 = info->nfmsg->nfgen_family; in ctnetlink_del_expect()[all …]
819 int family = nfmsg->nfgen_family; in nf_tables_dump_tables()876 u8 family = info->nfmsg->nfgen_family; in nf_tables_gettable()1081 u8 family = info->nfmsg->nfgen_family; in nf_tables_newtable()1275 u8 family = info->nfmsg->nfgen_family; in nf_tables_deltable()1605 int family = nfmsg->nfgen_family; in nf_tables_dump_chains()1652 u8 family = info->nfmsg->nfgen_family; in nf_tables_getchain()2387 u8 family = info->nfmsg->nfgen_family; in nf_tables_newchain()2484 u8 family = info->nfmsg->nfgen_family; in nf_tables_delchain()3030 int family = nfmsg->nfgen_family; in nf_tables_dump_rules()6714 int family = nfmsg->nfgen_family; in nf_tables_dump_obj()[all …]
260 .nfmsg = nlmsg_data(nlh), in nfnetlink_rcv_msg()496 .nfmsg = nlmsg_data(nlh), in nfnetlink_rcv_batch()
1065 u16 queue_num = ntohs(info->nfmsg->res_id); in nfqnl_recv_verdict_batch()1173 u_int16_t queue_num = ntohs(info->nfmsg->res_id); in nfqnl_recv_verdict()1255 u_int16_t queue_num = ntohs(info->nfmsg->res_id); in nfqnl_recv_config()
875 u_int16_t group_num = ntohs(info->nfmsg->res_id); in nfulnl_recv_config()882 u_int8_t pf = info->nfmsg->nfgen_family; in nfulnl_recv_config()
643 u8 family = info->nfmsg->nfgen_family; in nfnl_compat_get_rcu()
Completed in 50 milliseconds