type github.com/prometheus/procfs.NetUnixState

5 uses

	github.com/prometheus/procfs (current package)
		net_unix.go#L65: type NetUnixState uint64
		net_unix.go#L74: 	State     NetUnixState
		net_unix.go#L226: func (u NetUnix) parseState(hexStr string) (NetUnixState, error) {
		net_unix.go#L231: 	return NetUnixState(st), nil
		net_unix.go#L259: func (s NetUnixState) String() string {