type github.com/prometheus/procfs.SoftnetEntry

12 uses

	github.com/prometheus/procfs (current package)
		net_softnet.go#L28: type SoftnetEntry struct {
		net_softnet.go#L39: func (fs FS) GatherSoftnetStats() ([]SoftnetEntry, error) {
		net_softnet.go#L48: func parseSoftnetEntries(data []byte) ([]SoftnetEntry, error) {
		net_softnet.go#L50: 	entries := make([]SoftnetEntry, 0)
		net_softnet.go#L62: 			return []SoftnetEntry{}, fmt.Errorf("%d columns were detected, but %d were expected", width, expectedColumns)
		net_softnet.go#L64: 		var entry SoftnetEntry
		net_softnet.go#L66: 			return []SoftnetEntry{}, err
		net_softnet.go#L74: func parseSoftnetEntry(columns []string) (SoftnetEntry, error) {
		net_softnet.go#L78: 		return SoftnetEntry{}, fmt.Errorf("Unable to parse column 0: %s", err)
		net_softnet.go#L81: 		return SoftnetEntry{}, fmt.Errorf("Unable to parse column 1: %s", err)
		net_softnet.go#L84: 		return SoftnetEntry{}, fmt.Errorf("Unable to parse column 2: %s", err)
		net_softnet.go#L86: 	return SoftnetEntry{