1PROBE::NETFILTER.B(3stap)      Networking Tapset     PROBE::NETFILTER.B(3stap)
2
3
4

NAME

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

SYNOPSIS

10       netfilter.bridge.forward
11

VALUES

13       outdev_name
14           Name of network device packet will be routed to (if known)
15
16       indev
17           Address of net_device representing input device, 0 if unknown
18
19       nf_stop
20           Constant used to signify a 'stop' verdict
21
22       length
23           The length of the packet buffer contents, in bytes
24
25       pf
26           Protocol family -- always “bridge”
27
28       br_cost
29           Total cost from transmitting bridge to root
30
31       br_rid
32           Identity of root bridge
33
34       br_bid
35           Identity of bridge
36
37       br_msg
38           Message age in 1/256 secs
39
40       br_rmac
41           Root bridge MAC address
42
43       llcproto_stp
44           Constant used to signify Bridge Spanning Tree Protocol packet
45
46       br_fd
47           Forward delay in 1/256 secs
48
49       nf_accept
50           Constant used to signify an 'accept' verdict
51
52       indev_name
53           Name of network device packet was received on (if known)
54
55       br_poid
56           Port identifier
57
58       br_vid
59           Protocol version identifier
60
61       br_flags
62           BPDU flags
63
64       protocol
65           Packet protocol
66
67       llcpdu
68           Address of LLC Protocol Data Unit
69
70       data_str
71           A string representing the packet buffer contents
72
73       brhdr
74           Address of bridge header
75
76       br_max
77           Max age in 1/256 secs
78
79       br_type
80           BPDU type
81
82       data_hex
83           A hexadecimal string representing the packet buffer contents
84
85       br_prid
86           Protocol identifier
87
88       nf_drop
89           Constant used to signify a 'drop' verdict
90
91       nf_queue
92           Constant used to signify a 'queue' verdict
93
94       br_mac
95           Bridge MAC address
96
97       outdev
98           Address of net_device representing output device, 0 if unknown
99
100       br_htime
101           Hello time in 1/256 secs
102
103       nf_repeat
104           Constant used to signify a 'repeat' verdict
105
106       nf_stolen
107           Constant used to signify a 'stolen' verdict
108

SEE ALSO

110       tapset::netfilter(3stap)
111
112
113
114SystemTap Tapset Reference         May 2022          PROBE::NETFILTER.B(3stap)
Impressum