Home
last modified time | relevance | path

Searched refs:flushp (Results 1 – 4 of 4) sorted by relevance

/external/iproute2/ip/
Dtcp_metrics.c74 int flushp; member
83 if (rtnl_send_check(&grth, f.flushb, f.flushp) < 0) { in flush_update()
87 f.flushp = 0; in flush_update()
179 if (NLMSG_ALIGN(f.flushp) + req2.n.nlmsg_len > f.flushe) { in process_msg()
183 fn = (struct nlmsghdr *) (f.flushb + NLMSG_ALIGN(f.flushp)); in process_msg()
186 f.flushp = (((char *) fn) + req2.n.nlmsg_len) - f.flushb; in process_msg()
434 f.flushp = 0; in tcpm_do_cmd()
Dipneigh.c40 int flushp; member
87 if (rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) { in flush_update()
91 filter.flushp = 0; in flush_update()
256 if (NLMSG_ALIGN(filter.flushp) + n->nlmsg_len > filter.flushe) { in print_neigh()
260 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp)); in print_neigh()
265 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb; in print_neigh()
433 filter.flushp = 0; in do_show_or_flush()
Diproute.c112 int flushp; member
132 if (rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) { in flush_update()
136 filter.flushp = 0; in flush_update()
343 if (NLMSG_ALIGN(filter.flushp) + n->nlmsg_len > filter.flushe) { in print_route()
347 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp)); in print_route()
352 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb; in print_route()
1516 filter.flushp = 0; in iproute_list_flush_or_save()
Dipaddress.c58 int flushp; member
915 if ((rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) && in flush_update()
920 filter.flushp = 0; in flush_update()
1007 if (NLMSG_ALIGN(filter.flushp) + n->nlmsg_len > filter.flushe) { in print_addrinfo()
1011 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp)); in print_addrinfo()
1016 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb; in print_addrinfo()
1407 filter.flushp = 0; in ipaddr_flush()