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