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
1504
nlmsg_for_each_attr(attr, nlh, sizeof(struct nfgenmsg), rem) {
net/netfilter/ipset/ip_set_core.c
1521
int min_len = nlmsg_total_size(sizeof(struct nfgenmsg));
net/netfilter/ipset/ip_set_core.c
1775
int min_len = nlmsg_total_size(sizeof(struct nfgenmsg));
net/netfilter/nf_conntrack_netlink.c
1070
struct nfgenmsg *nfmsg = nlmsg_data(cb->nlh);
net/netfilter/nf_conntrack_netlink.c
1737
struct nfgenmsg *nfmsg = nlmsg_data(cb->nlh);
net/netfilter/nf_conntrack_netlink.c
3155
struct nfgenmsg *nfmsg = nlmsg_data(cb->nlh);
net/netfilter/nf_conntrack_netlink.c
3201
struct nfgenmsg *nfmsg = nlmsg_data(cb->nlh);
net/netfilter/nf_conntrack_netlink.c
3269
struct nfgenmsg *nfmsg = nlmsg_data(nlh);
net/netfilter/nf_conntrack_netlink.c
711
return NLMSG_ALIGN(sizeof(struct nfgenmsg))
net/netfilter/nf_tables_api.c
1249
const struct nfgenmsg *nfmsg = nlmsg_data(cb->nlh);
net/netfilter/nf_tables_api.c
2197
const struct nfgenmsg *nfmsg = nlmsg_data(cb->nlh);
net/netfilter/nf_tables_api.c
3939
const struct nfgenmsg *nfmsg = nlmsg_data(cb->nlh);
net/netfilter/nf_tables_api.c
8479
const struct nfgenmsg *nfmsg = nlmsg_data(cb->nlh);
net/netfilter/nf_tables_api.c
9523
const struct nfgenmsg *nfmsg = nlmsg_data(cb->nlh);
net/netfilter/nf_tables_trace.c
255
size = nlmsg_total_size(sizeof(struct nfgenmsg)) +
net/netfilter/nfnetlink.c
223
if (nlmsg_len(nlh) < sizeof(struct nfgenmsg))
net/netfilter/nfnetlink.c
252
int min_len = nlmsg_total_size(sizeof(struct nfgenmsg));
net/netfilter/nfnetlink.c
451
nlmsg_len(nlh) < sizeof(struct nfgenmsg)) {
net/netfilter/nfnetlink.c
497
int min_len = nlmsg_total_size(sizeof(struct nfgenmsg));
net/netfilter/nfnetlink.c
614
int min_len = nlmsg_total_size(sizeof(struct nfgenmsg));
net/netfilter/nfnetlink.c
618
struct nfgenmsg *nfgenmsg;
net/netfilter/nfnetlink.c
627
if (skb->len < NLMSG_HDRLEN + sizeof(struct nfgenmsg))
net/netfilter/nfnetlink.c
639
nfgenmsg = nlmsg_data(nlh);
net/netfilter/nfnetlink.c
642
if (nfgenmsg->res_id == (__force __be16)NFNL_SUBSYS_NFTABLES)
net/netfilter/nfnetlink.c
645
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
753
size = nlmsg_total_size(sizeof(struct nfgenmsg))
net/netfilter/nfnetlink_log.c
767
+ nlmsg_total_size(sizeof(struct nfgenmsg)); /* NLMSG_DONE */
net/netfilter/nfnetlink_queue.c
727
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
131
struct nfgenmsg *nfg;
tools/testing/selftests/net/netfilter/nf_queue.c
155
struct nfgenmsg *nfg;
tools/testing/selftests/net/netfilter/nf_queue.c
178
struct nfgenmsg *nfg;
tools/testing/selftests/net/netfilter/nf_queue.c
88
mnl_attr_parse(nlh, sizeof(struct nfgenmsg), parse_attr_cb, tb);