1PROBE::NETFILTER.I(3stap)      Networking Tapset     PROBE::NETFILTER.I(3stap)
2
3
4

NAME

6       probe::netfilter.ip.local_out - Called on an outgoing IP packet
7

SYNOPSIS

9       netfilter.ip.local_out
10

VALUES

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

SEE ALSO

100       tapset::netfilter(3stap)
101
102
103
104SystemTap Tapset Reference       November 2019       PROBE::NETFILTER.I(3stap)
Impressum