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