Searched refs:NLMSG_SPACE (Results 1 - 24 of 24) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/linux/
H A Dnetlink.h73 #define NLMSG_SPACE(len) NLMSG_ALIGN(NLMSG_LENGTH(len)) macro
80 #define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len - NLMSG_SPACE((len)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/tipc/
H A Dnetlink.c47 int hdr_space = NLMSG_SPACE(GENL_HDRLEN + TIPC_GENL_HDRLEN);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/
H A Dnetlink.c76 skb = alloc_skb(NLMSG_SPACE(len), GFP_USER);
H A Dhooks.c4351 if (skb->len < NLMSG_SPACE(0)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dnetlink.h77 #define NLMSG_SPACE(len) NLMSG_ALIGN(NLMSG_LENGTH(len)) macro
84 #define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len - NLMSG_SPACE((len)))
255 ({ if (unlikely(skb_tailroom(skb) < (int)NLMSG_SPACE(len))) \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dscsi_netlink.c87 while (skb->len >= NLMSG_SPACE(0)) {
565 len = NLMSG_SPACE(hdr->msglen);
566 skblen = NLMSG_SPACE(len);
639 skblen = NLMSG_SPACE(len);
H A Dscsi_transport_iscsi.c1049 int len = NLMSG_SPACE(sizeof(*ev) + sizeof(struct iscsi_hdr) +
1086 int len = NLMSG_SPACE(sizeof(*ev) + data_size);
1120 int len = NLMSG_SPACE(sizeof(*ev));
1154 int len = NLMSG_SPACE(size);
1180 int len = NLMSG_SPACE(sizeof(*ev) +
1219 actual_size = NLMSG_SPACE(sizeof(struct iscsi_uevent) +
1248 int rc, len = NLMSG_SPACE(sizeof(*ev));
1681 while (skb->len >= NLMSG_SPACE(0)) {
H A Dscsi_transport_fc.c532 skblen = NLMSG_SPACE(len);
602 skblen = NLMSG_SPACE(len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/connector/
H A Dconnector.c97 size = NLMSG_SPACE(sizeof(*msg) + msg->len);
186 if (skb->len >= NLMSG_SPACE(0)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/decnet/netfilter/
H A Ddn_rtmsg.c42 size = NLMSG_SPACE(rt_skb->len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/connector/
H A Ducon.c68 size = NLMSG_SPACE(sizeof(struct cn_msg) + msg->len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dinet_diag.c296 rep = alloc_skb(NLMSG_SPACE((sizeof(struct inet_diag_msg) +
493 if (cb->nlh->nlmsg_len > 4 + NLMSG_SPACE(sizeof(*r))) {
530 if (cb->nlh->nlmsg_len > 4 + NLMSG_SPACE(sizeof(*r))) {
641 if (cb->nlh->nlmsg_len > 4 + NLMSG_SPACE(sizeof(*r))) {
H A Dfib_frontend.c883 if (skb->len < NLMSG_SPACE(0) || skb->len < nlh->nlmsg_len ||
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnfnetlink.c159 int min_len = NLMSG_SPACE(sizeof(struct nfgenmsg));
H A Dnfnetlink_log.c580 size = NLMSG_SPACE(sizeof(struct nfgenmsg))
H A Dnfnetlink_queue.c229 size = NLMSG_SPACE(sizeof(struct nfgenmsg))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-netfilter-linux.c101 while (len >= NLMSG_SPACE(0)) {
298 while (len >= NLMSG_SPACE(0) && NLMSG_OK(nlh, len)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/netfilter/
H A Dip_queue.c158 size = NLMSG_SPACE(sizeof(*pmsg));
170 size = NLMSG_SPACE(sizeof(*pmsg) + data_len);
H A Dipt_ULOG.c179 size = NLMSG_SPACE(sizeof(*pm) + copy_len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/netfilter/
H A Dip6_queue.c159 size = NLMSG_SPACE(sizeof(*pmsg));
171 size = NLMSG_SPACE(sizeof(*pmsg) + data_len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bridge/netfilter/
H A Debt_ulog.c139 size = NLMSG_SPACE(sizeof(*pm) + copy_len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/IGMP-PROXY/src/
H A Digmpv3.c2036 nlh = (struct nlmsghdr *)malloc(NLMSG_SPACE(MAX_DATA_SIZE));
2048 nlh->nlmsg_len = NLMSG_SPACE(MAX_DATA_SIZE);
2074 memset(nlh, 0, NLMSG_SPACE(MAX_DATA_SIZE));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/
H A Dwwrap.c831 size = NLMSG_SPACE(len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Daudit.c1469 nlh->nlmsg_len = ab->skb->len - NLMSG_SPACE(0);

Completed in 375 milliseconds