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