HomeSort by relevance Sort by last modified time
    Searched refs:NLMSG_TAIL (Results 1 - 25 of 34) sorted by null

1 2

  /external/iproute2/ip/
link_veth.c 39 data = NLMSG_TAIL(hdr);
56 data->rta_len = (void *)NLMSG_TAIL(hdr) - (void *)data;
iplink_vlan.c 49 tail = NLMSG_TAIL(n);
68 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *)tail;
iplink.c 346 struct rtattr *linkinfo = NLMSG_TAIL(&req.n);
353 struct rtattr * data = NLMSG_TAIL(&req.n);
360 data->rta_len = (void *)NLMSG_TAIL(&req.n) - (void *)data;
368 linkinfo->rta_len = (void *)NLMSG_TAIL(&req.n) - (void *)linkinfo;
  /external/iproute2/tc/
q_dsmark.c 74 tail = NLMSG_TAIL(n);
83 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
101 tail = NLMSG_TAIL(n);
129 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
q_drr.c 60 tail = NLMSG_TAIL(n);
82 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *)tail;
m_action.c 183 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(&req.n) - (void *) tail
    [all...]
q_gred.c 111 tail = NLMSG_TAIL(n);
114 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
252 tail = NLMSG_TAIL(n);
256 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
m_ematch.c 179 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;
f_fw.c 66 tail = NLMSG_TAIL(n);
117 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
f_route.c 59 tail = NLMSG_TAIL(n);
126 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
f_tcindex.c 46 tail = NLMSG_TAIL(n);
120 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
m_gact.c 190 tail = NLMSG_TAIL(n);
198 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
m_nat.c 157 tail = NLMSG_TAIL(n);
160 tail->rta_len = (char *)NLMSG_TAIL(n) - (char *)tail;
m_skbedit.c 131 tail = NLMSG_TAIL(n);
140 tail->rta_len = (char *)NLMSG_TAIL(n) - (char *)tail;
q_red.c 152 tail = NLMSG_TAIL(n);
156 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
q_htb.c 96 tail = NLMSG_TAIL(n);
99 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
234 tail = NLMSG_TAIL(n);
239 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
m_mirred.c 202 tail = NLMSG_TAIL(n);
205 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
q_atm.c 182 tail = NLMSG_TAIL(n);
187 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
q_tbf.c 208 tail = NLMSG_TAIL(n);
214 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
q_cbq.c 167 tail = NLMSG_TAIL(n);
178 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
413 tail = NLMSG_TAIL(n);
433 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
f_flow.c 152 tail = NLMSG_TAIL(n);
264 tail->rta_len = (void *)NLMSG_TAIL(n) - (void *)tail;
m_police.c 296 tail = NLMSG_TAIL(n);
308 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
  /external/iproute2/lib/
libnetlink.c 536 rta = NLMSG_TAIL(n);
554 rta = NLMSG_TAIL(n);
569 memcpy(NLMSG_TAIL(n), data, len);
570 memset((void *) NLMSG_TAIL(n) + len, 0, NLMSG_ALIGN(len) - len);
577 struct rtattr *nest = NLMSG_TAIL(n);
585 nest->rta_len = (void *)NLMSG_TAIL(n) - (void *)nest;
592 struct rtattr *start = NLMSG_TAIL(n);
603 start->rta_len = (void *)NLMSG_TAIL(n) - (void *)start;
  /external/dhcpcd/
if-linux.c 223 #define NLMSG_TAIL(nmsg) \
238 rta = NLMSG_TAIL(n);
258 rta = NLMSG_TAIL(n);
  /external/iproute2/include/
libnetlink.h 79 #define NLMSG_TAIL(nmsg) \

Completed in 389 milliseconds

1 2