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