Home | History | Annotate | Download | only in ip

Lines Matching full:flushb

111 	char *flushb;
132 if (rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) {
284 if (filter.flushb &&
325 if (filter.flushb && n->nlmsg_type != RTM_NEWROUTE)
341 if (filter.flushb) {
347 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp));
352 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb;
1501 char flushb[4096-512];
1514 filter.flushb = flushb;
1516 filter.flushe = sizeof(flushb);