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

12

  /external/iproute2/tc/
m_police.c 296 tail = NLMSG_TAIL(n);
308 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
m_xt.c 224 tail = NLMSG_TAIL(n);
246 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;
tc_qdisc.c 165 tail = NLMSG_TAIL(&req.n);
172 tail->rta_len = (void *)NLMSG_TAIL(&req.n) - (void *)tail;
f_rsvp.c 191 tail = NLMSG_TAIL(n);
284 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
m_pedit.c 541 tail = NLMSG_TAIL(n);
544 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
q_netem.c 424 tail = NLMSG_TAIL(n);
492 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;
f_u32.c 999 tail = NLMSG_TAIL(n);
1169 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
  /external/dhcpcd/
if-linux.c 434 #define NLMSG_TAIL(nmsg) \
449 rta = NLMSG_TAIL(n);
469 rta = NLMSG_TAIL(n);
  /external/iproute2/include/
libnetlink.h 102 #define NLMSG_TAIL(nmsg) \
  /external/iproute2/ip/
iplink.c 557 struct rtattr *linkinfo = NLMSG_TAIL(&req.n);
564 struct rtattr * data = NLMSG_TAIL(&req.n);
571 data->rta_len = (void *)NLMSG_TAIL(&req.n) - (void *)data;
579 linkinfo->rta_len = (void *)NLMSG_TAIL(&req.n) - (void *)linkinfo;

Completed in 1384 milliseconds

12