Searched refs:route_proto_count (Results 1 – 1 of 1) sorted by relevance
2483 static int route_proto_count = (sizeof(routesw) / sizeof(struct protosw)); variable2502 for (i = 0, pr = &routesw[0]; i < route_proto_count; i++, pr++) { in route_dinit()