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