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