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

SEE ALSO

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