Provided by: systemtap-doc_2.3-1ubuntu1.4_all bug

NAME

       probe::netfilter.bridge.local_in - Called on a bridging packet destined for the local
       computer

SYNOPSIS

       netfilter.bridge.local_in

VALUES

       nf_stolen
           Constant used to signify a 'stolen' verdict

       outdev
           Address of net_device representing output device, 0 if unknown

       outdev_name
           Name of network device packet will be routed to (if known)

       nf_stop
           Constant used to signify a 'stop' verdict

       indev
           Address of net_device representing input device, 0 if unknown

       pf
           Protocol family -- always “bridge”

       nf_drop
           Constant used to signify a 'drop' verdict

       nf_queue
           Constant used to signify a 'queue' verdict

       indev_name
           Name of network device packet was received on (if known)

       nf_accept
           Constant used to signify an 'accept' verdict

       nf_repeat
           Constant used to signify a 'repeat' verdict

       length
           The length of the packet buffer contents, in bytes