github.com/prometheus/procfs.NetUnix.parseUsers (method)

2 uses

	github.com/prometheus/procfs (current package)
		net_unix.go#L153: 	users, err := u.parseUsers(fields[netUnixRefCountIdx])
		net_unix.go#L206: func (u NetUnix) parseUsers(hexStr string) (uint64, error) {