Home | History | Annotate | Download | only in ip

Lines Matching defs:flushb

50 	char *flushb;
486 if (rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) {
525 if (filter.flushb && n->nlmsg_type != RTM_NEWADDR)
565 if (filter.flushb) {
571 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp));
576 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb;
585 if (filter.oneline || filter.flushb)
878 char flushb[4096-512];
880 filter.flushb = flushb;
882 filter.flushe = sizeof(flushb);