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

SEE ALSO

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