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

1 2

  /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 58 tail = NLMSG_TAIL(n);
80 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *)tail;
q_qfq.c 62 tail = NLMSG_TAIL(n);
89 tail->rta_len = (void *)NLMSG_TAIL(n) - (void *)tail;
m_action.c 183 tail = tail2 = NLMSG_TAIL(n);
227 tail = NLMSG_TAIL(n);
237 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
248 tail2->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail2;
426 tail = NLMSG_TAIL(&req.n);
474 tail2 = NLMSG_TAIL(&req.n);
478 tail2->rta_len = (void *) NLMSG_TAIL(&req.n) - (void *) tail2;
482 tail->rta_len = (void *) NLMSG_TAIL(&req.n) - (void *) tail;
524 tail = NLMSG_TAIL(&req.n);
531 tail->rta_len = (void *) NLMSG_TAIL(&req.n) - (void *) tail
    [all...]
m_connmark.c 121 tail = NLMSG_TAIL(n);
124 tail->rta_len = (char *)NLMSG_TAIL(n) - (char *)tail;
m_simple.c 148 tail = NLMSG_TAIL(n);
152 tail->rta_len = (char *)NLMSG_TAIL(n) - (char *)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);
131 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
f_tcindex.c 42 tail = NLMSG_TAIL(n);
124 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
m_bpf.c 80 tail = NLMSG_TAIL(n);
144 tail->rta_len = (char *)NLMSG_TAIL(n) - (char *)tail;
m_csum.c 165 tail = NLMSG_TAIL(n);
168 tail->rta_len = (char *)NLMSG_TAIL(n) - (char *)tail;
m_gact.c 191 tail = NLMSG_TAIL(n);
199 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;
m_vlan.c 147 tail = NLMSG_TAIL(n);
162 tail->rta_len = (char *)NLMSG_TAIL(n) - (char *)tail;
q_codel.c 111 tail = NLMSG_TAIL(n);
125 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
q_hhf.c 94 tail = NLMSG_TAIL(n);
116 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
q_sfb.c 137 tail = NLMSG_TAIL(n);
140 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
q_gred.c 111 tail = NLMSG_TAIL(n);
116 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
260 tail = NLMSG_TAIL(n);
266 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
q_htb.c 102 tail = NLMSG_TAIL(n);
108 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
250 tail = NLMSG_TAIL(n);
262 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
m_mirred.c 198 tail = NLMSG_TAIL(n);
201 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
  /external/iproute2/ip/
link_veth.c 56 data = NLMSG_TAIL(hdr);
83 data->rta_len = (void *)NLMSG_TAIL(hdr) - (void *)data;
iplink_vlan.c 57 tail = NLMSG_TAIL(n);
76 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *)tail;
  /external/libnfnetlink/include/libnfnetlink/
libnfnetlink.h 39 #define NLMSG_TAIL(nlh) \
200 ({ struct nfattr *__start = NLMSG_TAIL(nlh); \
204 ({ (tail)->nfa_len = (void *) NLMSG_TAIL(nlh) - (void *) tail; })

Completed in 949 milliseconds

1 2