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