HomeSort by relevance Sort by last modified time
    Searched refs:NLMSG_TAIL (Results 26 - 49 of 49) sorted by null

12

  /external/iproute2/tc/
q_atm.c 180 tail = NLMSG_TAIL(n);
185 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
q_choke.c 157 tail = NLMSG_TAIL(n);
163 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
q_fq.c 174 tail = NLMSG_TAIL(n);
208 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
q_fq_codel.c 123 tail = NLMSG_TAIL(n);
140 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
q_pie.c 109 tail = NLMSG_TAIL(n);
127 tail->rta_len = (void *)NLMSG_TAIL(n) - (void *)tail;
q_red.c 148 tail = NLMSG_TAIL(n);
154 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 153 tail = NLMSG_TAIL(n);
265 tail->rta_len = (void *)NLMSG_TAIL(n) - (void *)tail;
m_police.c 294 tail = NLMSG_TAIL(n);
306 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
m_xt.c 246 tail = NLMSG_TAIL(n);
268 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
m_xt_old.c 310 tail = NLMSG_TAIL(n);
332 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
q_hfsc.c 212 tail = NLMSG_TAIL(n);
222 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
q_tbf.c 232 tail = NLMSG_TAIL(n);
245 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
tc_qdisc.c 172 tail = NLMSG_TAIL(&req.n);
179 tail->rta_len = (void *)NLMSG_TAIL(&req.n) - (void *)tail;
f_rsvp.c 191 tail = NLMSG_TAIL(n);
291 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
m_pedit.c 524 tail = NLMSG_TAIL(n);
527 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
m_ipt.c 493 tail = NLMSG_TAIL(n);
515 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
q_netem.c 442 tail = NLMSG_TAIL(n);
532 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
f_u32.c 997 tail = NLMSG_TAIL(n);
1167 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
  /external/iproute2/lib/
libnetlink.c 660 rta = NLMSG_TAIL(n);
675 memcpy(NLMSG_TAIL(n), data, len);
676 memset((void *) NLMSG_TAIL(n) + len, 0, NLMSG_ALIGN(len) - len);
683 struct rtattr *nest = NLMSG_TAIL(n);
691 nest->rta_len = (void *)NLMSG_TAIL(n) - (void *)nest;
698 struct rtattr *start = NLMSG_TAIL(n);
709 start->rta_len = (void *)NLMSG_TAIL(n) - (void *)start;
  /external/iproute2/include/
libnetlink.h 157 #define NLMSG_TAIL(nmsg) \
  /external/dhcpcd-6.8.2/
if-linux.c 872 #define NLMSG_TAIL(nmsg) \
887 rta = NLMSG_TAIL(n);
909 rta = NLMSG_TAIL(n);
957 nla = (struct nlattr *)NLMSG_TAIL(n);
980 nla = (struct nlattr *)NLMSG_TAIL(n);
    [all...]
  /external/toybox/toys/pending/
ip.c 446 #ifndef NLMSG_TAIL
447 #define NLMSG_TAIL(nmsg) \
588 attr = NLMSG_TAIL(&request.mhdr);
595 struct rtattr *data = NLMSG_TAIL(&request.mhdr);
599 data->rta_len = (void *)NLMSG_TAIL(&request.mhdr) - (void *)data;
601 attr->rta_len = (void *)NLMSG_TAIL(&request.mhdr) - (void *)attr;
    [all...]
  /external/libnfnetlink/src/
libnfnetlink.c 890 nfa = NLMSG_TAIL(n);
    [all...]

Completed in 913 milliseconds

12