Documentation
¶
Index ¶
Constants ¶
View Source
const ( TC_H_MAJ_MASK = uint32(0xFFFF0000) TC_H_MIN_MASK = uint32(0x0000FFFF) TC_CLASS_FILE = "/etc/iproute2/tc_cls" )
Variables ¶
This section is empty.
Functions ¶
func TcHandleMake ¶
func TcHandleString ¶
Types ¶
type TcHandleNames ¶ added in v0.0.4
func ParseTcClassFile ¶ added in v0.0.4
func ParseTcClassFile(filename string) (TcHandleNames, error)
Click to show internal directories.
Click to hide internal directories.