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