Home | History | Annotate | Download | only in ip

Lines Matching refs:flushp

51 	int flushp;
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;