Searched refs:NLMSG_TAIL (Results 1 - 25 of 38) sorted by relevance

12

/external/iproute2/ip/
H A Dlink_veth.c40 data = NLMSG_TAIL(hdr);
57 data->rta_len = (void *)NLMSG_TAIL(hdr) - (void *)data;
H A Diplink_vlan.c50 tail = NLMSG_TAIL(n);
69 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *)tail;
/external/iproute2/tc/
H A Dq_dsmark.c71 tail = NLMSG_TAIL(n);
80 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
98 tail = NLMSG_TAIL(n);
126 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
H A Dq_drr.c58 tail = NLMSG_TAIL(n);
80 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *)tail;
H A Dq_qfq.c62 tail = NLMSG_TAIL(n);
89 tail->rta_len = (void *)NLMSG_TAIL(n) - (void *)tail;
H A Dm_action.c183 tail = tail2 = NLMSG_TAIL(n);
223 tail = NLMSG_TAIL(n);
233 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
244 tail2->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail2;
405 tail = NLMSG_TAIL(&req.n);
453 tail2 = NLMSG_TAIL(&req.n);
457 tail2->rta_len = (void *) NLMSG_TAIL(&req.n) - (void *) tail2;
461 tail->rta_len = (void *) NLMSG_TAIL(&req.n) - (void *) tail;
503 tail = NLMSG_TAIL(&req.n);
510 tail->rta_len = (void *) NLMSG_TAIL(
[all...]
H A Dm_ematch.c179 struct rtattr *tail = NLMSG_TAIL(n);
221 tail->rta_len = (void*) NLMSG_TAIL(n) - (void*) tail;
346 tail = NLMSG_TAIL(n);
350 tail_list = NLMSG_TAIL(n);
356 tail_list->rta_len = (void*) NLMSG_TAIL(n) - (void*) tail_list;
357 tail->rta_len = (void*) NLMSG_TAIL(n) - (void*) tail;
H A Df_fw.c64 tail = NLMSG_TAIL(n);
115 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
H A Df_route.c57 tail = NLMSG_TAIL(n);
124 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
H A Df_tcindex.c42 tail = NLMSG_TAIL(n);
116 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
H A Dm_csum.c165 tail = NLMSG_TAIL(n);
168 tail->rta_len = (char *)NLMSG_TAIL(n) - (char *)tail;
H A Dm_gact.c190 tail = NLMSG_TAIL(n);
198 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
H A Dm_nat.c157 tail = NLMSG_TAIL(n);
160 tail->rta_len = (char *)NLMSG_TAIL(n) - (char *)tail;
H A Dm_skbedit.c142 tail = NLMSG_TAIL(n);
154 tail->rta_len = (char *)NLMSG_TAIL(n) - (char *)tail;
H A Dq_sfb.c137 tail = NLMSG_TAIL(n);
140 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
H A Dq_gred.c109 tail = NLMSG_TAIL(n);
112 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
252 tail = NLMSG_TAIL(n);
258 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
H A Dq_htb.c94 tail = NLMSG_TAIL(n);
97 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
232 tail = NLMSG_TAIL(n);
237 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
H A Dm_mirred.c197 tail = NLMSG_TAIL(n);
200 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
H A Dq_atm.c180 tail = NLMSG_TAIL(n);
185 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
H A Dq_choke.c157 tail = NLMSG_TAIL(n);
163 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
H A Dq_red.c147 tail = NLMSG_TAIL(n);
153 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
H A Dq_tbf.c208 tail = NLMSG_TAIL(n);
214 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
H A Dq_cbq.c166 tail = NLMSG_TAIL(n);
177 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
412 tail = NLMSG_TAIL(n);
432 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
H A Df_flow.c153 tail = NLMSG_TAIL(n);
265 tail->rta_len = (void *)NLMSG_TAIL(n) - (void *)tail;
/external/iproute2/lib/
H A Dlibnetlink.c563 rta = NLMSG_TAIL(n);
578 memcpy(NLMSG_TAIL(n), data, len);
579 memset((void *) NLMSG_TAIL(n) + len, 0, NLMSG_ALIGN(len) - len);
586 struct rtattr *nest = NLMSG_TAIL(n);
594 nest->rta_len = (void *)NLMSG_TAIL(n) - (void *)nest;
601 struct rtattr *start = NLMSG_TAIL(n);
612 start->rta_len = (void *)NLMSG_TAIL(n) - (void *)start;

Completed in 396 milliseconds

12