Provided by: systemtap-doc_4.8-1_amd64
NAME
probe::netfilter.arp.out - - Called for each outgoing ARP packet
SYNOPSIS
netfilter.arp.out
VALUES
ar_pln Length of protocol address nf_stolen Constant used to signify a 'stolen' verdict arphdr Address of ARP header 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 nf_accept Constant used to signify an 'accept' verdict data_hex A hexadecimal string representing the packet buffer contents indev Address of net_device representing input device, 0 if unknown ar_pro Format of protocol address outdev Address of net_device representing output device, 0 if unknown ar_hrd Format of hardware address ar_sip Ethernet+IP only (ar_pro==0x800): source IP address ar_data Address of ARP packet data region (after the header) ar_tha Ethernet+IP only (ar_pro==0x800): target hardware (MAC) address pf Protocol family -- always “arp” outdev_name Name of network device packet will be routed to (if known) nf_stop Constant used to signify a 'stop' verdict nf_queue Constant used to signify a 'queue' verdict length The length of the packet buffer contents, in bytes data_str A string representing the packet buffer contents ar_sha Ethernet+IP only (ar_pro==0x800): source hardware (MAC) address ar_hln Length of hardware address nf_drop Constant used to signify a 'drop' verdict indev_name Name of network device packet was received on (if known)
SEE ALSO
tapset::netfilter(3stap)