func github.com/prometheus/procfs.parseIPVSBackendStatus

2 uses

	github.com/prometheus/procfs (current package)
		ipvs.go#L134: 	return parseIPVSBackendStatus(file)
		ipvs.go#L137: func parseIPVSBackendStatus(file io.Reader) ([]IPVSBackendStatus, error) {