1PROBE::NETFILTER.B(3stap)      Networking Tapset     PROBE::NETFILTER.B(3stap)
2
3
4

NAME

6       probe::netfilter.bridge.local_out - Called on a bridging packet coming
7       from a local process
8

SYNOPSIS

10       netfilter.bridge.local_out
11

VALUES

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

SEE ALSO

110       tapset::netfilter(3stap)
111
112
113
114SystemTap Tapset Reference       November 2020       PROBE::NETFILTER.B(3stap)
Impressum