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

SEE ALSO

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