Lines Matching refs:flushp
58 int flushp;
915 if ((rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) &&
920 filter.flushp = 0;
1007 if (NLMSG_ALIGN(filter.flushp) + n->nlmsg_len > filter.flushe) {
1011 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp));
1016 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb;
1407 filter.flushp = 0;