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