HomeSort by relevance Sort by last modified time
    Searched refs:flushp (Results 1 - 3 of 3) sorted by null

  /external/iproute2/ip/
ipneigh.c 40 int flushp; member in struct:__anon6091
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;
ipaddress.c 51 int flushp; member in struct:__anon6078
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;
    [all...]
iproute.c 99 int flushp; member in struct:__anon6095
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;
    [all...]

Completed in 55 milliseconds