HomeSort by relevance Sort by last modified time
    Searched refs:NLMSG_TAIL (Results 1 - 25 of 35) 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 50 tail = NLMSG_TAIL(n);
69 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *)tail;
  /external/iproute2/tc/
q_dsmark.c 71 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;
q_drr.c 59 tail = NLMSG_TAIL(n);
81 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 109 tail = NLMSG_TAIL(n);
112 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
247 tail = NLMSG_TAIL(n);
251 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 64 tail = NLMSG_TAIL(n);
115 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
f_route.c 57 tail = NLMSG_TAIL(n);
124 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
f_tcindex.c 42 tail = NLMSG_TAIL(n);
116 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 142 tail = NLMSG_TAIL(n);
154 tail->rta_len = (char *)NLMSG_TAIL(n) - (char *)tail;
q_red.c 138 tail = NLMSG_TAIL(n);
142 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
q_htb.c 94 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;
m_mirred.c 197 tail = NLMSG_TAIL(n);
200 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
q_atm.c 180 tail = NLMSG_TAIL(n);
185 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 166 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;
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;
m_xt.c 223 tail = NLMSG_TAIL(n);
245 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
m_xt_old.c 312 tail = NLMSG_TAIL(n);
334 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/iproute2/include/
libnetlink.h 79 #define NLMSG_TAIL(nmsg) \

Completed in 122 milliseconds

1 2