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

SEE ALSO

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