Home | History | Annotate | Download | only in ip

Lines Matching full:flushp

112 	int flushp;
132 if (rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) {
136 filter.flushp = 0;
343 if (NLMSG_ALIGN(filter.flushp) + n->nlmsg_len > filter.flushe) {
347 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp));
352 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb;
1515 filter.flushp = 0;