Home | History | Annotate | Download | only in ip

Lines Matching refs:flushb

39 	char *flushb;
86 if (rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) {
204 if (filter.flushb && n->nlmsg_type != RTM_NEWNEIGH)
235 if (filter.flushb) {
241 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp));
246 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb;
388 char flushb[4096-512];
390 filter.flushb = flushb;
392 filter.flushe = sizeof(flushb);