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