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