TupleKey4Global represents the key for IPv4 entries in the global BPF conntrack map.
| 127 | // TupleKey4Global represents the key for IPv4 entries in the global BPF |
| 128 | // conntrack map. |
| 129 | type TupleKey4Global struct { |
| 130 | TupleKey4 |
| 131 | } |
| 132 | |
| 133 | // GetFlags returns the tuple's flags. |
| 134 | func (k *TupleKey4Global) GetFlags() uint8 { |
nothing calls this directly
no outgoing calls
no test coverage detected