net.ipv6ZoneCache.toIndex (field)

6 uses

	net (current package)
		interface.go#L181: 	toIndex      map[string]int // interface name to its index
		interface.go#L186: 	toIndex: make(map[string]int),
		interface.go#L207: 	zc.toIndex = make(map[string]int, len(ift))
		interface.go#L210: 		zc.toIndex[ifi.Name] = ifi.Index
		interface.go#L244: 	index, ok := zoneCache.toIndex[name]
		interface.go#L249: 		index, ok = zoneCache.toIndex[name]