Searched refs:nfgenmsg (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/netfilter/
H A Dnfnetlink_compat.h57 + NLMSG_ALIGN(sizeof(struct nfgenmsg))))
58 #define NFM_PAYLOAD(n) NLMSG_PAYLOAD(n, sizeof(struct nfgenmsg))
H A Dnfnetlink.h27 struct nfgenmsg { struct
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/include/linux/netfilter/
H A Dnfnetlink.h27 struct nfgenmsg { struct
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/libnetfilter_cthelper-1.0.0/include/linux/netfilter/
H A Dnfnetlink.h27 struct nfgenmsg { struct
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/libnetfilter_cttimeout-1.0.0/include/linux/netfilter/
H A Dnfnetlink.h27 struct nfgenmsg { struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnfnetlink.c136 /* All the messages must at least contain nfgenmsg */
137 if (nlh->nlmsg_len < NLMSG_LENGTH(sizeof(struct nfgenmsg)))
159 int min_len = NLMSG_SPACE(sizeof(struct nfgenmsg));
H A Dnf_conntrack_netlink.c356 struct nfgenmsg *nfmsg;
443 return NLMSG_ALIGN(sizeof(struct nfgenmsg))
474 struct nfgenmsg *nfmsg;
614 struct nfgenmsg *nfmsg = nlmsg_data(cb->nlh);
828 struct nfgenmsg *nfmsg = nlmsg_data(nlh);
895 struct nfgenmsg *nfmsg = nlmsg_data(nlh);
1402 struct nfgenmsg *nfmsg = nlmsg_data(nlh);
1595 struct nfgenmsg *nfmsg;
1627 struct nfgenmsg *nfmsg;
1688 struct nfgenmsg *nfms
[all...]
H A Dnfnetlink_log.c335 sizeof(struct nfgenmsg));
384 struct nfgenmsg *nfmsg;
390 sizeof(struct nfgenmsg));
580 size = NLMSG_SPACE(sizeof(struct nfgenmsg))
637 size > skb_tailroom(inst->skb) - sizeof(struct nfgenmsg)) {
733 struct nfgenmsg *nfmsg = NLMSG_DATA(nlh);
H A Dnfnetlink_queue.c224 struct nfgenmsg *nfmsg;
229 size = NLMSG_SPACE(sizeof(struct nfgenmsg))
269 sizeof(struct nfgenmsg));
617 struct nfgenmsg *nfmsg = NLMSG_DATA(nlh);
698 struct nfgenmsg *nfmsg = NLMSG_DATA(nlh);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-netfilter-linux.c70 #define HDR_LENGTH (NLMSG_LENGTH(NLMSG_ALIGN(sizeof(struct nfgenmsg))))
123 const struct nfgenmsg *nfg;
239 struct nfgenmsg *nfg = (struct nfgenmsg *) (buf + sizeof(struct nlmsghdr));
248 nlh->nlmsg_len = NLMSG_LENGTH(sizeof(struct nfgenmsg));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/libnetfilter_cttimeout-1.0.0/src/
H A Dlibnetfilter_cttimeout.c485 struct nfgenmsg *nfh;
492 nfh = mnl_nlmsg_put_extra_header(nlh, sizeof(struct nfgenmsg));
637 struct nfgenmsg *nfg = mnl_nlmsg_get_payload(nlh);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/libnetfilter_cthelper-1.0.0/src/
H A Dlibnetfilter_cthelper.c498 struct nfgenmsg *nfh;
505 nfh = mnl_nlmsg_put_extra_header(nlh, sizeof(struct nfgenmsg));
803 struct nfgenmsg *nfg = mnl_nlmsg_get_payload(nlh);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dcthelper.c69 struct nfgenmsg *nfg = mnl_nlmsg_put_extra_header(nlh, sizeof(*nfg));
220 struct nfgenmsg *nfg;
H A Dconntrack.c1498 struct nfgenmsg *nfh;
1505 nfh = mnl_nlmsg_put_extra_header(nlh, sizeof(struct nfgenmsg));
1584 struct nfgenmsg *nfg = mnl_nlmsg_get_payload(nlh);
1636 struct nfgenmsg *nfg = mnl_nlmsg_get_payload(nlh);
1678 struct nfgenmsg *nfg = mnl_nlmsg_get_payload(nlh);

Completed in 77 milliseconds