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