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