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