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

SEE ALSO

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