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