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

NAME

6       probe::netfilter.arp.out - - Called for each outgoing ARP packet
7

SYNOPSIS

9       netfilter.arp.out
10

VALUES

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

SEE ALSO

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