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

Function NewRuleUIDRange

rule.go:74–76  ·  view source on GitHub ↗

NewRuleUIDRange creates rule uid range.

(start, end uint32)

Source from the content-addressed store, hash-verified

72
73// NewRuleUIDRange creates rule uid range.
74func NewRuleUIDRange(start, end uint32) *RuleUIDRange {
75 return &RuleUIDRange{Start: start, End: end}
76}
77
78// RuleUIDRange represents rule uid range.
79type RuleUIDRange struct {

Callers 3

TestRouteUIDOptionFunction · 0.85
TestRuleAddDelFunction · 0.85
RuleListFilteredMethod · 0.85

Calls

no outgoing calls

Tested by 2

TestRouteUIDOptionFunction · 0.68
TestRuleAddDelFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…