Scroll to navigation

PROBE::NETFILTER.B(3stap) Networking Tapset PROBE::NETFILTER.B(3stap)

NAME

probe::netfilter.bridge.forward - Called on an incoming bridging packet destined for some other computer

SYNOPSIS

netfilter.bridge.forward 

VALUES

nf_repeat
Constant used to signify a 'repeat' verdict
indev
Address of net_device representing input device, 0 if unknown
nf_stop
Constant used to signify a 'stop' verdict
outdev
Address of net_device representing output device, 0 if unknown
nf_queue
Constant used to signify a 'queue' verdict
nf_drop
Constant used to signify a 'drop' verdict
indev_name
Name of network device packet was received on (if known)
outdev_name
Name of network device packet will be routed to (if known)
nf_stolen
Constant used to signify a 'stolen' verdict
length
The length of the packet buffer contents, in bytes
pf
Protocol family -- always “bridge”
nf_accept
Constant used to signify an 'accept' verdict
November 2014 SystemTap Tapset Reference