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