const FibRuleInvert …
func RuleAdd(rule *Rule) error { … }
func (h *Handle) RuleAdd(rule *Rule) error { … }
func RuleDel(rule *Rule) error { … }
func (h *Handle) RuleDel(rule *Rule) error { … }
func ruleHandle(rule *Rule, req *nl.NetlinkRequest) error { … }
func RuleList(family int) ([]Rule, error) { … }
func (h *Handle) RuleList(family int) ([]Rule, error) { … }
func RuleListFiltered(family int, filter *Rule, filterMask uint64) ([]Rule, error) { … }
func (h *Handle) RuleListFiltered(family int, filter *Rule, filterMask uint64) ([]Rule, error) { … }
func (pr *RulePortRange) toRtAttrData() []byte { … }
func (pr *RuleUIDRange) toRtAttrData() []byte { … }
func ptrEqual(a, b *uint32) bool { … }
func (r Rule) typeString() string { … }