1PROBE::NETFILTER.A(3stap)      Networking Tapset     PROBE::NETFILTER.A(3stap)
2
3
4

NAME

6       probe::netfilter.arp.in - - Called for each incoming ARP packet
7

SYNOPSIS

9       netfilter.arp.in
10

VALUES

12       outdev
13           Address of net_device representing output device, 0 if unknown
14
15       ar_hln
16           Length of hardware address
17
18       nf_stolen
19           Constant used to signify a 'stolen' verdict
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       ar_data
34           Address of ARP packet data region (after the header)
35
36       ar_tip
37           Ethernet+IP only (ar_pro==0x800): target IP address
38
39       nf_accept
40           Constant used to signify an 'accept' verdict
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       pf
52           Protocol family -- always “arp”
53
54       ar_pln
55           Length of protocol address
56
57       nf_repeat
58           Constant used to signify a 'repeat' verdict
59
60       ar_pro
61           Format of protocol address
62
63       outdev_name
64           Name of network device packet will be routed to (if known)
65
66       indev_name
67           Name of network device packet was received on (if known)
68
69       nf_stop
70           Constant used to signify a 'stop' verdict
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