Provided by: systemtap-doc_5.1-5_amd64 

NAME
probe::netfilter.arp.in - - Called for each incoming ARP packet
SYNOPSIS
netfilter.arp.in
VALUES
arphdr Address of ARP header ar_sha Ethernet+IP only (ar_pro==0x800): source hardware (MAC) address ar_op ARP opcode (command) nf_repeat Constant used to signify a 'repeat' verdict ar_tip Ethernet+IP only (ar_pro==0x800): target IP address length The length of the packet buffer contents, in bytes nf_drop Constant used to signify a 'drop' verdict indev_name Name of network device packet was received on (if known) data_hex A hexadecimal string representing the packet buffer contents nf_accept Constant used to signify an 'accept' verdict ar_hrd Format of hardware address nf_stolen Constant used to signify a 'stolen' verdict ar_pln Length of protocol address ar_tha Ethernet+IP only (ar_pro==0x800): target hardware (MAC) address ar_sip Ethernet+IP only (ar_pro==0x800): source IP address pf Protocol family -- always “arp” outdev Address of net_device representing output device, 0 if unknown indev Address of net_device representing input device, 0 if unknown ar_pro Format of protocol address outdev_name Name of network device packet will be routed to (if known) nf_queue Constant used to signify a 'queue' verdict ar_data Address of ARP packet data region (after the header) nf_stop Constant used to signify a 'stop' verdict ar_hln Length of hardware address data_str A string representing the packet buffer contents
SEE ALSO
tapset::netfilter(3stap) SystemTap Tapset Reference April 2024 PROBE::NETFILTER.A(3stap)