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