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