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