Home | History | Annotate | Download | only in ip

Lines Matching refs:flushb

57 	char *flushb;
915 if ((rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) &&
962 if (filter.flushb && n->nlmsg_type != RTM_NEWADDR)
1005 if (filter.flushb) {
1011 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp));
1016 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb;
1026 if (filter.oneline || filter.flushb)
1404 char flushb[4096-512];
1406 filter.flushb = flushb;
1408 filter.flushe = sizeof(flushb);