Home | History | Annotate | Download | only in ip

Lines Matching defs:fn

342 		struct nlmsghdr *fn;
347 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp));
348 memcpy(fn, n, n->nlmsg_len);
349 fn->nlmsg_type = RTM_DELROUTE;
350 fn->nlmsg_flags = NLM_F_REQUEST;
351 fn->nlmsg_seq = ++rth.seq;
352 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb;