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