type connectionTuple … type conntrackFilter … var _ … // MatchConntrackFlow applies the filter to the flow and returns true if the flow matches the filter // false otherwise. func (f *conntrackFilter) MatchConntrackFlow(flow *netlink.ConntrackFlow) bool { … }