Home | History | Annotate | Download | only in ip

Lines Matching defs:flushb

50 	char *flushb;
340 if (rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) {
377 if (filter.flushb && n->nlmsg_type != RTM_NEWADDR)
417 if (filter.flushb) {
423 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp));
428 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb;
437 if (filter.oneline || filter.flushb)
717 char flushb[4096-512];
719 filter.flushb = flushb;
721 filter.flushe = sizeof(flushb);