Searched refs:flushp (Results 1 - 3 of 3) sorted by relevance

/external/iproute2/ip/
H A Dipneigh.c40 int flushp; member in struct:__anon6169
86 if (rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) {
90 filter.flushp = 0;
237 if (NLMSG_ALIGN(filter.flushp) + n->nlmsg_len > filter.flushe) {
241 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp));
246 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb;
391 filter.flushp = 0;
H A Dipaddress.c51 int flushp; member in struct:__anon6156
486 if (rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) {
490 filter.flushp = 0;
567 if (NLMSG_ALIGN(filter.flushp) + n->nlmsg_len > filter.flushe) {
571 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp));
576 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb;
881 filter.flushp = 0;
H A Diproute.c99 int flushp; member in struct:__anon6173
119 if (rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) {
123 filter.flushp = 0;
315 if (NLMSG_ALIGN(filter.flushp) + n->nlmsg_len > filter.flushe) {
319 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp));
324 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb;
1286 filter.flushp = 0;

Completed in 80 milliseconds