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