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