github.com/aporeto-inc/trireme-lib@v10.358.0+incompatible/utils/cgnetcls/constants.go (about)

     1  package cgnetcls
     2  
     3  const (
     4  	// CgroupNameTag  identifies the cgroup name
     5  	CgroupNameTag = "@cgroup_name"
     6  	// CgroupMarkTag identifies the cgroup mark value
     7  	CgroupMarkTag = "@cgroup_mark"
     8  	// PortTag is the tag for the port values
     9  	PortTag = "port"
    10  )