MCPcopy Create free account
hub / github.com/google/nftables / FlowOffload

Struct FlowOffload

expr/flow_offload.go:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24const NFTNL_EXPR_FLOW_TABLE_NAME = 1
25
26type FlowOffload struct {
27 Name string
28}
29
30func (e *FlowOffload) marshal(fam byte) ([]byte, error) {
31 data, err := e.marshalData(fam)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected