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