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

SEE ALSO

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