MCPcopy Index your code
hub / github.com/vishvananda/netlink / parseGnetStats

Function parseGnetStats

class_linux.go:368–372  ·  view source on GitHub ↗
(data []byte, gnetStats interface{})

Source from the content-addressed store, hash-verified

366}
367
368func parseGnetStats(data []byte, gnetStats interface{}) error {
369 buf := &bytes.Buffer{}
370 buf.Write(data)
371 return binary.Read(buf, native, gnetStats)
372}
373
374func parseTcStats2(data []byte) (*ClassStatistics, error) {
375 rtAttrs, err := nl.ParseRouteAttr(data)

Callers 1

parseTcStats2Function · 0.85

Calls 2

WriteMethod · 0.80
ReadMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…