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

NAME

6       probe::netfilter.ip.pre_routing - Called before an IP packet is routed
7

SYNOPSIS

9       netfilter.ip.pre_routing
10

VALUES

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

SEE ALSO

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