Searched refs:nfgenmsg (Results 1 – 11 of 11) sorted by relevance
| /linux/tools/testing/selftests/net/netfilter/ |
| H A D | conntrack_dump_flush.c | 150 struct nfgenmsg *nfh; in conntrack_data_generate_v4() 159 nfh = mnl_nlmsg_put_extra_header(nlh, sizeof(struct nfgenmsg)); in conntrack_data_generate_v4() 184 struct nfgenmsg *nfh; in conntrack_data_generate_v6() 193 nfh = mnl_nlmsg_put_extra_header(nlh, sizeof(struct nfgenmsg)); in conntrack_data_generate_v6() 223 struct nfgenmsg *nfh; in conntracK_count_zone() 235 nfh = mnl_nlmsg_put_extra_header(nlh, sizeof(struct nfgenmsg)); in conntracK_count_zone() 270 struct nfgenmsg *nfh; in conntrack_flush_zone() 282 nfh = mnl_nlmsg_put_extra_header(nlh, sizeof(struct nfgenmsg)); in conntrack_flush_zone()
|
| H A D | nf_queue.c | 85 mnl_attr_parse(nlh, sizeof(struct nfgenmsg), parse_attr_cb, tb); in queue_cb() 128 struct nfgenmsg *nfg; in nfq_build_cfg_request() 152 struct nfgenmsg *nfg; in nfq_build_cfg_params() 175 struct nfgenmsg *nfg; in nfq_build_verdict()
|
| /linux/include/linux/netfilter/ |
| H A D | nfnetlink.h | 14 const struct nfgenmsg *nfmsg; 70 struct nfgenmsg *nfmsg; in nfnl_fill_hdr() 85 nlh = nlmsg_put(skb, portid, seq, type, sizeof(struct nfgenmsg), flags); in nfnl_msg_put()
|
| /linux/include/uapi/linux/netfilter/ |
| H A D | nfnetlink_compat.h | 60 + NLMSG_ALIGN(sizeof(struct nfgenmsg)))) 61 #define NFM_PAYLOAD(n) NLMSG_PAYLOAD(n, sizeof(struct nfgenmsg))
|
| H A D | nfnetlink.h | 34 struct nfgenmsg { struct
|
| /linux/net/netfilter/ |
| H A D | nfnetlink_hook.c | 343 struct nfgenmsg *nfmsg = nlmsg_data(cb->nlh); in nfnl_hook_dump() 383 const struct nfgenmsg *nfmsg = nlmsg_data(cb->nlh); in nfnl_hook_dump_start()
|
| H A D | nfnetlink_log.c | 366 sizeof(struct nfgenmsg), in __nfulnl_send() 719 size = nlmsg_total_size(sizeof(struct nfgenmsg)) in nfulnl_log_packet() 733 + nla_total_size(sizeof(struct nfgenmsg)); /* NLMSG_DONE */ in nfulnl_log_packet()
|
| H A D | nf_tables_trace.c | 253 size = nlmsg_total_size(sizeof(struct nfgenmsg)) + in nft_trace_notify()
|
| H A D | nfnetlink_queue.c | 574 size = nlmsg_total_size(sizeof(struct nfgenmsg)) in nfqnl_build_packet_message()
|
| H A D | nf_tables_api.c | 1260 const struct nfgenmsg *nfmsg = nlmsg_data(cb->nlh); in nf_tables_dump_tables() 2144 const struct nfgenmsg *nfmsg = nlmsg_data(cb->nlh); in nf_tables_dump_chains() 3849 const struct nfgenmsg *nfmsg = nlmsg_data(cb->nlh); in nf_tables_dump_rules() 8490 const struct nfgenmsg *nfmsg = nlmsg_data(cb->nlh); in nf_tables_dump_obj() 9556 const struct nfgenmsg *nfmsg = nlmsg_data(cb->nlh); in nf_tables_dump_flowtable()
|
| /linux/net/netfilter/ipset/ |
| H A D | ip_set_core.c | 1500 nlmsg_for_each_attr(attr, nlh, sizeof(struct nfgenmsg), rem) { in dump_attrs() 1517 int min_len = nlmsg_total_size(sizeof(struct nfgenmsg)); in ip_set_dump_start() 1768 int min_len = nlmsg_total_size(sizeof(struct nfgenmsg)); in call_ad()
|