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