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