| 24 | const NFTNL_EXPR_FLOW_TABLE_NAME = 1 |
| 25 | |
| 26 | type FlowOffload struct { |
| 27 | Name string |
| 28 | } |
| 29 | |
| 30 | func (e *FlowOffload) marshal(fam byte) ([]byte, error) { |
| 31 | data, err := e.marshalData(fam) |
nothing calls this directly
no outgoing calls
no test coverage detected