'\" t .\" Title: probe::netfilter.bridge.forward .\" Author: .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: November 2014 .\" Manual: Networking Tapset .\" Source: SystemTap Tapset Reference .\" Language: English .\" .TH "PROBE::NETFILTER\&.B" "3stap" "November 2014" "SystemTap Tapset Reference" "Networking Tapset" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" probe::netfilter.bridge.forward \- Called on an incoming bridging packet destined for some other computer .SH "SYNOPSIS" .sp .nf netfilter\&.bridge\&.forward .fi .SH "VALUES" .PP \fInf_repeat\fR .RS 4 Constant used to signify a \*(Aqrepeat\*(Aq verdict .RE .PP \fIindev\fR .RS 4 Address of net_device representing input device, 0 if unknown .RE .PP \fInf_stop\fR .RS 4 Constant used to signify a \*(Aqstop\*(Aq verdict .RE .PP \fIoutdev\fR .RS 4 Address of net_device representing output device, 0 if unknown .RE .PP \fInf_queue\fR .RS 4 Constant used to signify a \*(Aqqueue\*(Aq verdict .RE .PP \fInf_drop\fR .RS 4 Constant used to signify a \*(Aqdrop\*(Aq verdict .RE .PP \fIindev_name\fR .RS 4 Name of network device packet was received on (if known) .RE .PP \fIoutdev_name\fR .RS 4 Name of network device packet will be routed to (if known) .RE .PP \fInf_stolen\fR .RS 4 Constant used to signify a \*(Aqstolen\*(Aq verdict .RE .PP \fIlength\fR .RS 4 The length of the packet buffer contents, in bytes .RE .PP \fIpf\fR .RS 4 Protocol family \-\- always \(lqbridge\(rq .RE .PP \fInf_accept\fR .RS 4 Constant used to signify an \*(Aqaccept\*(Aq verdict .RE