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

SEE ALSO

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