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

SEE ALSO

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