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