1PROBE::NETFILTER.A(3stap) Networking Tapset PROBE::NETFILTER.A(3stap)
2
3
4
6 probe::netfilter.arp.forward - - Called for each ARP packet to be
7 forwarded
8
10 netfilter.arp.forward
11
13 pf
14 Protocol family -- always “arp”
15
16 ar_pln
17 Length of protocol address
18
19 ar_pro
20 Format of protocol address
21
22 nf_repeat
23 Constant used to signify a 'repeat' verdict
24
25 outdev_name
26 Name of network device packet will be routed to (if known)
27
28 nf_stop
29 Constant used to signify a 'stop' verdict
30
31 indev_name
32 Name of network device packet was received on (if known)
33
34 ar_sha
35 Ethernet+IP only (ar_pro==0x800): source hardware (MAC) address
36
37 nf_queue
38 Constant used to signify a 'queue' verdict
39
40 ar_tha
41 Ethernet+IP only (ar_pro==0x800): target hardware (MAC) address
42
43 data_str
44 A string representing the packet buffer contents
45
46 length
47 The length of the packet buffer contents, in bytes
48
49 outdev
50 Address of net_device representing output device, 0 if unknown
51
52 nf_stolen
53 Constant used to signify a 'stolen' verdict
54
55 ar_hln
56 Length of hardware address
57
58 data_hex
59 A hexadecimal string representing the packet buffer contents
60
61 ar_sip
62 Ethernet+IP only (ar_pro==0x800): source IP address
63
64 ar_op
65 ARP opcode (command)
66
67 ar_hrd
68 Format of hardware address
69
70 nf_accept
71 Constant used to signify an 'accept' verdict
72
73 ar_tip
74 Ethernet+IP only (ar_pro==0x800): target IP address
75
76 ar_data
77 Address of ARP packet data region (after the header)
78
79 indev
80 Address of net_device representing input device, 0 if unknown
81
82 arphdr
83 Address of ARP header
84
85 nf_drop
86 Constant used to signify a 'drop' verdict
87
89 tapset::netfilter(3stap)
90
91
92
93SystemTap Tapset Reference May 2019 PROBE::NETFILTER.A(3stap)