Home
last modified time | relevance | path

Searched refs:nfmsg (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/netfilter/
H A Dnfnetlink.h14 const struct nfgenmsg *nfmsg; member
70 struct nfgenmsg *nfmsg; in nfnl_fill_hdr() local
72 nfmsg = nlmsg_data(nlh); in nfnl_fill_hdr()
73 nfmsg->nfgen_family = family; in nfnl_fill_hdr()
74 nfmsg->version = version; in nfnl_fill_hdr()
75 nfmsg->res_id = res_id; in nfnl_fill_hdr()
/linux/net/netfilter/
H A Dnf_conntrack_netlink.c1070 struct nfgenmsg *nfmsg = nlmsg_data(cb->nlh); in ctnetlink_start()
1071 u8 family = nfmsg->nfgen_family; in ctnetlink_start()
1617 u8 family = info->nfmsg->nfgen_family; in ctnetlink_del_conntrack()
1635 u8 u3 = info->nfmsg->version || cda[CTA_FILTER] ? family : AF_UNSPEC; in ctnetlink_del_conntrack()
1670 u_int8_t u3 = info->nfmsg->nfgen_family; in ctnetlink_get_conntrack()
1737 struct nfgenmsg *nfmsg = nlmsg_data(cb->nlh); in ctnetlink_dump_one_entry()
1738 u8 l3proto = nfmsg->nfgen_family; in ctnetlink_dump_one_entry()
2391 u_int8_t u3 = info->nfmsg->nfgen_family; in ctnetlink_new_conntrack()
3155 struct nfgenmsg *nfmsg = nlmsg_data(cb->nlh); in ctnetlink_exp_id()
3156 u_int8_t l3proto = nfmsg in ctnetlink_exp_id()
1069 struct nfgenmsg *nfmsg = nlmsg_data(cb->nlh); ctnetlink_start() local
1736 struct nfgenmsg *nfmsg = nlmsg_data(cb->nlh); ctnetlink_dump_one_entry() local
3163 struct nfgenmsg *nfmsg = nlmsg_data(cb->nlh); ctnetlink_exp_dump_table() local
3206 struct nfgenmsg *nfmsg = nlmsg_data(cb->nlh); ctnetlink_exp_ct_dump_table() local
3274 struct nfgenmsg *nfmsg = nlmsg_data(nlh); ctnetlink_dump_exp_ct() local
[all...]
H A Dnf_tables_api.c1251 const struct nfgenmsg *nfmsg = nlmsg_data(cb->nlh); in nf_tables_dump_tables() local
1256 int family = nfmsg->nfgen_family; in nf_tables_dump_tables()
1313 u8 family = info->nfmsg->nfgen_family; in nf_tables_gettable()
1579 u8 family = info->nfmsg->nfgen_family; in nf_tables_newtable()
1776 u8 family = info->nfmsg->nfgen_family; in nf_tables_deltable()
2192 const struct nfgenmsg *nfmsg = nlmsg_data(cb->nlh); in nf_tables_dump_chains() local
2195 int family = nfmsg->nfgen_family; in nf_tables_dump_chains()
2242 u8 family = info->nfmsg->nfgen_family; in nf_tables_getchain()
3108 u8 family = info->nfmsg->nfgen_family; in nf_tables_newchain()
3289 u8 family = info->nfmsg in nf_tables_delchain()
3930 const struct nfgenmsg *nfmsg = nlmsg_data(cb->nlh); nf_tables_dump_rules() local
8465 const struct nfgenmsg *nfmsg = nlmsg_data(cb->nlh); nf_tables_dump_obj() local
9509 const struct nfgenmsg *nfmsg = nlmsg_data(cb->nlh); nf_tables_dump_flowtable() local
[all...]
H A Dnfnetlink_queue.c1435 u16 queue_num = ntohs(info->nfmsg->res_id); in nfqnl_ct_parse()
1545 u_int16_t queue_num = ntohs(info->nfmsg->res_id); in nfqnl_recv_verdict()
1631 u_int16_t queue_num = ntohs(info->nfmsg->res_id); in nfqnl_recv_config()
H A Dnfnetlink_log.c907 u_int16_t group_num = ntohs(info->nfmsg->res_id); in nfulnl_recv_config()
914 u_int8_t pf = info->nfmsg->nfgen_family; in nfulnl_recv_config()
H A Dnft_compat.c726 u8 family = info->nfmsg->nfgen_family; in nfnl_compat_get_rcu()