Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google/nftables
/ marshal
Method
marshal
expr/expr.go:220–220 ·
view source on GitHub ↗
(fam byte)
Source
from the content-addressed store, hash-verified
218
// Any is an interface implemented by any expression type.
219
type
Any
interface
{
220
marshal(fam byte) ([]byte, error)
221
marshalData(fam byte) ([]byte, error)
222
unmarshal(fam byte, data []byte) error
223
}
Callers
10
TestSocket
Function · 0.65
TestNat
Function · 0.65
TestMatch
Function · 0.65
TestMeta
Function · 0.65
TestExthdr
Function · 0.65
TestCt
Function · 0.65
Marshal
Function · 0.65
TestTarget
Function · 0.65
TestBitwise
Function · 0.65
TestNativeByteOrder
Function · 0.65
Implementers
15
TProxy
expr/tproxy.go
Fib
expr/fib.go
Redir
expr/redirect.go
Numgen
expr/numgen.go
NAT
expr/nat.go
Immediate
expr/immediate.go
Ct
expr/ct.go
CtHelper
expr/ct.go
CtExpect
expr/ct.go
CtTimeout
expr/ct.go
Payload
expr/payload.go
Bitwise
expr/bitwise.go
Calls
no outgoing calls
Tested by
9
TestSocket
Function · 0.52
TestNat
Function · 0.52
TestMatch
Function · 0.52
TestMeta
Function · 0.52
TestExthdr
Function · 0.52
TestCt
Function · 0.52
TestTarget
Function · 0.52
TestBitwise
Function · 0.52
TestNativeByteOrder
Function · 0.52