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

NAME

6       probe::netfilter.bridge.pre_routing - - Called before a bridging packet
7       is routed
8

SYNOPSIS

10       netfilter.bridge.pre_routing
11

VALUES

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

SEE ALSO

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