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

SEE ALSO

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