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

NAME

6       probe::netfilter.bridge.forward - Called on an incoming bridging packet
7       destined for some other computer
8

SYNOPSIS

10       netfilter.bridge.forward
11

VALUES

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

SEE ALSO

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