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