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