probe::netfilter.bridge.forward — Called on an incoming bridging packet destined for some other computer
netfilter.bridge.forward
indev_nameName of network device packet was received on (if known)
indevAddress of net_device representing input device, 0 if unknown
nf_queueConstant used to signify a 'queue' verdict
nf_stolenConstant used to signify a 'stolen' verdict
lengthThe length of the packet buffer contents, in bytes
pfProtocol family -- always “bridge”
nf_dropConstant used to signify a 'drop' verdict
outdevAddress of net_device representing output device, 0 if unknown
nf_stopConstant used to signify a 'stop' verdict
nf_acceptConstant used to signify an 'accept' verdict
outdev_nameName of network device packet will be routed to (if known)
nf_repeatConstant used to signify a 'repeat' verdict