1PROBE::NETFILTER.A(3stap)      Networking Tapset     PROBE::NETFILTER.A(3stap)
2
3
4

NAME

6       probe::netfilter.arp.forward - - Called for each ARP packet to be
7       forwarded
8

SYNOPSIS

10       netfilter.arp.forward
11

VALUES

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

SEE ALSO

89       tapset::netfilter(3stap)
90
91
92
93SystemTap Tapset Reference       November 2019       PROBE::NETFILTER.A(3stap)
Impressum