Home | History | Annotate | Download | only in ip

Lines Matching full:res_buf

710 	char res_buf[NLMSG_BUF_SIZE];
711 struct nlmsghdr *res_n = (struct nlmsghdr *)res_buf;
713 memset(res_buf, 0, sizeof(res_buf));
827 if (rtnl_talk(&rth, &req.n, res_n, sizeof(res_buf)) < 0)