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