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

NAME

6       probe::netfilter.bridge.local_in - Called on a bridging packet destined
7       for the local computer
8

SYNOPSIS

10       netfilter.bridge.local_in
11

VALUES

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

SEE ALSO

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