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

NAME

6       probe::netfilter.bridge.post_routing - - Called before a bridging
7       packet hits the wire
8

SYNOPSIS

10       netfilter.bridge.post_routing
11

VALUES

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

SEE ALSO

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