Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chifflier/nfqueue-go
/ types & classes
Types & classes
3 in github.com/chifflier/nfqueue-go
⨍
Functions
26
◇
Types & classes
3
FuncType
Callback
Prototype for a NFQUEUE callback. The callback receives the NFQUEUE ID of the packet, and the packet payload. Packet data start from the IP layer (eth
nfqueue/nfqueue.go:135
Struct
Payload
Payload is a structure describing a packet received from the kernel
nfqueue/nfqueue.go:300
Struct
Queue
Queue is an opaque structure describing a connection to a kernel NFQUEUE, and the associated Go callback.
nfqueue/nfqueue.go:139