github.com/prometheus/procfs.NetDevLine.Name (field)

6 uses

	github.com/prometheus/procfs (current package)
		net_dev.go#L27: 	Name         string `json:"name"`          // The name of the interface.
		net_dev.go#L81: 		netDev[line.Name] = *line
		net_dev.go#L100: 	line.Name = strings.TrimSpace(parts[0])
		net_dev.go#L101: 	if line.Name == "" {
		net_dev.go#L183: 		names = append(names, ifc.Name)
		net_dev.go#L202: 	total.Name = strings.Join(names, ", ")