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

NAME

6       probe::netfilter.ip.local_in - Called on an incoming IP packet
7       addressed to the local computer
8

SYNOPSIS

10       netfilter.ip.local_in
11

VALUES

13       outdev_name
14           Name of network device packet will be routed to (if known)
15
16       rst
17           TCP RST flag (if protocol is TCP; ipv4 only)
18
19       ack
20           TCP ACK flag (if protocol is TCP; ipv4 only)
21
22       ipproto_tcp
23           Constant used to signify that the packet protocol is TCP
24
25       sport
26           TCP or UDP source port (ipv4 only)
27
28       daddr
29           A string representing the destination IP address
30
31       length
32           The length of the packet buffer contents, in bytes
33
34       family
35           IP address family
36
37       pf
38           Protocol family -- either “ipv4” or “ipv6”
39
40       nf_stop
41           Constant used to signify a 'stop' verdict
42
43       saddr
44           A string representing the source IP address
45
46       nf_stolen
47           Constant used to signify a 'stolen' verdict
48
49       nf_drop
50           Constant used to signify a 'drop' verdict
51
52       syn
53           TCP SYN flag (if protocol is TCP; ipv4 only)
54
55       data_hex
56           A hexadecimal string representing the packet buffer contents
57
58       psh
59           TCP PSH flag (if protocol is TCP; ipv4 only)
60
61       nf_accept
62           Constant used to signify an 'accept' verdict
63
64       nf_repeat
65           Constant used to signify a 'repeat' verdict
66
67       protocol
68           Packet protocol from driver (ipv4 only)
69
70       urg
71           TCP URG flag (if protocol is TCP; ipv4 only)
72
73       indev_name
74           Name of network device packet was received on (if known)
75
76       fin
77           TCP FIN flag (if protocol is TCP; ipv4 only)
78
79       indev
80           Address of net_device representing input device, 0 if unknown
81
82       dport
83           TCP or UDP destination port (ipv4 only)
84
85       outdev
86           Address of net_device representing output device, 0 if unknown
87
88       data_str
89           A string representing the packet buffer contents
90
91       nf_queue
92           Constant used to signify a 'queue' verdict
93
94       iphdr
95           Address of IP header
96
97       ipproto_udp
98           Constant used to signify that the packet protocol is UDP
99

SEE ALSO

101       tapset::netfilter(3stap)
102
103
104
105SystemTap Tapset Reference       October 2018        PROBE::NETFILTER.I(3stap)
Impressum