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

Struct Bitwise

expr/bitwise.go:25–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23)
24
25type Bitwise struct {
26 SourceRegister uint32
27 DestRegister uint32
28 Len uint32
29 Mask []byte
30 Xor []byte
31}
32
33func (e *Bitwise) marshal(fam byte) ([]byte, error) {
34 data, err := e.marshalData(fam)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected