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