Symbol: nfgenmsg
include/linux/netfilter/nfnetlink.h
14
const struct nfgenmsg *nfmsg;
include/linux/netfilter/nfnetlink.h
70
struct nfgenmsg *nfmsg;
include/linux/netfilter/nfnetlink.h
85
nlh = nlmsg_put(skb, portid, seq, type, sizeof(struct nfgenmsg), flags);
include/uapi/linux/netfilter/nfnetlink_compat.h
60
+ NLMSG_ALIGN(sizeof(struct nfgenmsg))))
include/uapi/linux/netfilter/nfnetlink_compat.h
61
#define NFM_PAYLOAD(n) NLMSG_PAYLOAD(n, sizeof(struct nfgenmsg))
net/netfilter/ipset/ip_set_core.c
1500
nlmsg_for_each_attr(attr, nlh, sizeof(struct nfgenmsg), rem) {
net/netfilter/ipset/ip_set_core.c
1517
int min_len = nlmsg_total_size(sizeof(struct nfgenmsg));
net/netfilter/ipset/ip_set_core.c
1768
int min_len = nlmsg_total_size(sizeof(struct nfgenmsg));
net/netfilter/nf_conntrack_netlink.c
1071
struct nfgenmsg *nfmsg = nlmsg_data(cb->nlh);
net/netfilter/nf_conntrack_netlink.c
1738
struct nfgenmsg *nfmsg = nlmsg_data(cb->nlh);
net/netfilter/nf_conntrack_netlink.c
3150
struct nfgenmsg *nfmsg = nlmsg_data(cb->nlh);
net/netfilter/nf_conntrack_netlink.c
3193
struct nfgenmsg *nfmsg = nlmsg_data(cb->nlh);
net/netfilter/nf_conntrack_netlink.c
3261
struct nfgenmsg *nfmsg = nlmsg_data(nlh);
net/netfilter/nf_conntrack_netlink.c
712
return NLMSG_ALIGN(sizeof(struct nfgenmsg))
net/netfilter/nf_tables_api.c
1265
const struct nfgenmsg *nfmsg = nlmsg_data(cb->nlh);
net/netfilter/nf_tables_api.c
2149
const struct nfgenmsg *nfmsg = nlmsg_data(cb->nlh);
net/netfilter/nf_tables_api.c
3855
const struct nfgenmsg *nfmsg = nlmsg_data(cb->nlh);
net/netfilter/nf_tables_api.c
8388
const struct nfgenmsg *nfmsg = nlmsg_data(cb->nlh);
net/netfilter/nf_tables_api.c
9408
const struct nfgenmsg *nfmsg = nlmsg_data(cb->nlh);
net/netfilter/nf_tables_trace.c
253
size = nlmsg_total_size(sizeof(struct nfgenmsg)) +
net/netfilter/nfnetlink.c
225
if (nlmsg_len(nlh) < sizeof(struct nfgenmsg))
net/netfilter/nfnetlink.c
254
int min_len = nlmsg_total_size(sizeof(struct nfgenmsg));
net/netfilter/nfnetlink.c
453
nlmsg_len(nlh) < sizeof(struct nfgenmsg)) {
net/netfilter/nfnetlink.c
499
int min_len = nlmsg_total_size(sizeof(struct nfgenmsg));
net/netfilter/nfnetlink.c
616
int min_len = nlmsg_total_size(sizeof(struct nfgenmsg));
net/netfilter/nfnetlink.c
620
struct nfgenmsg *nfgenmsg;
net/netfilter/nfnetlink.c
629
if (skb->len < NLMSG_HDRLEN + sizeof(struct nfgenmsg))
net/netfilter/nfnetlink.c
641
nfgenmsg = nlmsg_data(nlh);
net/netfilter/nfnetlink.c
644
if (nfgenmsg->res_id == (__force __be16)NFNL_SUBSYS_NFTABLES)
net/netfilter/nfnetlink.c
647
res_id = ntohs(nfgenmsg->res_id);
net/netfilter/nfnetlink_hook.c
343
struct nfgenmsg *nfmsg = nlmsg_data(cb->nlh);
net/netfilter/nfnetlink_hook.c
383
const struct nfgenmsg *nfmsg = nlmsg_data(cb->nlh);
net/netfilter/nfnetlink_log.c
366
sizeof(struct nfgenmsg),
net/netfilter/nfnetlink_log.c
715
size = nlmsg_total_size(sizeof(struct nfgenmsg))
net/netfilter/nfnetlink_log.c
729
+ nlmsg_total_size(sizeof(struct nfgenmsg)); /* NLMSG_DONE */
net/netfilter/nfnetlink_queue.c
685
size = nlmsg_total_size(sizeof(struct nfgenmsg))
tools/testing/selftests/net/netfilter/conntrack_dump_flush.c
150
struct nfgenmsg *nfh;
tools/testing/selftests/net/netfilter/conntrack_dump_flush.c
159
nfh = mnl_nlmsg_put_extra_header(nlh, sizeof(struct nfgenmsg));
tools/testing/selftests/net/netfilter/conntrack_dump_flush.c
184
struct nfgenmsg *nfh;
tools/testing/selftests/net/netfilter/conntrack_dump_flush.c
193
nfh = mnl_nlmsg_put_extra_header(nlh, sizeof(struct nfgenmsg));
tools/testing/selftests/net/netfilter/conntrack_dump_flush.c
223
struct nfgenmsg *nfh;
tools/testing/selftests/net/netfilter/conntrack_dump_flush.c
235
nfh = mnl_nlmsg_put_extra_header(nlh, sizeof(struct nfgenmsg));
tools/testing/selftests/net/netfilter/conntrack_dump_flush.c
270
struct nfgenmsg *nfh;
tools/testing/selftests/net/netfilter/conntrack_dump_flush.c
282
nfh = mnl_nlmsg_put_extra_header(nlh, sizeof(struct nfgenmsg));
tools/testing/selftests/net/netfilter/nf_queue.c
129
struct nfgenmsg *nfg;
tools/testing/selftests/net/netfilter/nf_queue.c
153
struct nfgenmsg *nfg;
tools/testing/selftests/net/netfilter/nf_queue.c
176
struct nfgenmsg *nfg;
tools/testing/selftests/net/netfilter/nf_queue.c
86
mnl_attr_parse(nlh, sizeof(struct nfgenmsg), parse_attr_cb, tb);