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

2 uses

	github.com/prometheus/procfs (current package)
		net_unix.go#L165: 	state, err := u.parseState(fields[netUnixStateIdx])
		net_unix.go#L226: func (u NetUnix) parseState(hexStr string) (NetUnixState, error) {