Home | History | Annotate | Download | only in tests-m32

Lines Matching refs:nh

124 	struct rtnexthop nh = {
125 .rtnh_len = sizeof(nh) - 1,
132 RTA_MULTIPATH, pattern, nh,
136 nh.rtnh_len, nh.rtnh_hops));
138 char buf[RTNH_ALIGN(sizeof(nh)) + sizeof(nla)];
139 nh.rtnh_len = sizeof(buf);
141 memcpy(buf, &nh, sizeof(nh));
142 memcpy(buf + RTNH_ALIGN(sizeof(nh)), &nla, sizeof(nla));
149 nh.rtnh_len, nh.rtnh_hops, nla.nla_len));