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

2 uses

	github.com/prometheus/procfs (current package)
		net_unix.go#L157: 	flags, err := u.parseFlags(fields[netUnixFlagsIdx])
		net_unix.go#L218: func (u NetUnix) parseFlags(hexStr string) (NetUnixFlags, error) {