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