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