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