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

SEE ALSO

95       tapset::netfilter(3stap)
96
97
98
99SystemTap Tapset Reference         June 2018         PROBE::NETFILTER.I(3stap)
Impressum