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

SEE ALSO

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