TupleKey6Global represents the key for IPv6 entries in the global BPF conntrack map.
| 114 | |
| 115 | // TupleKey6Global represents the key for IPv6 entries in the global BPF conntrack map. |
| 116 | type TupleKey6Global struct { |
| 117 | TupleKey6 |
| 118 | } |
| 119 | |
| 120 | // GetFlags returns the tuple's flags. |
| 121 | func (k *TupleKey6Global) GetFlags() uint8 { |
nothing calls this directly
no outgoing calls
no test coverage detected