MCPcopy Create free account
hub / github.com/google/nftables / FlowtablePriorityRef

Function FlowtablePriorityRef

flowtable.go:85–87  ·  view source on GitHub ↗
(p FlowtablePriority)

Source from the content-addressed store, hash-verified

83type FlowtablePriority int32
84
85func FlowtablePriorityRef(p FlowtablePriority) *FlowtablePriority {
86 return &p
87}
88
89var (
90 // As per man page:

Callers 3

TestNFTablesFunction · 0.92
flowtable.goFile · 0.85

Calls

no outgoing calls

Tested by 2

TestNFTablesFunction · 0.74

Used in the wild real call sites across dependent graphs

searching dependent graphs…