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