1TAPSET::NETFILTER(3stap) TAPSET::NETFILTER(3stap)
2
3
4
6 tapset::netfilter - systemtap netfilter tapset
7
8
10 netfilter.ip.pre_routing
11 Called before an IP packet is routed
12
13 See probe::netfilter.ip.pre_routing(3stap)
14 for details.
15
16 netfilter.ip.local_in
17 Called on an incoming IP packet addressed to the local
18 computer
19
20 See probe::netfilter.ip.local_in(3stap)
21 for details.
22
23 netfilter.ip.forward
24 Called on an incoming IP packet addressed to some other
25 computer
26
27 See probe::netfilter.ip.forward(3stap)
28 for details.
29
30 netfilter.ip.local_out
31 Called on an outgoing IP packet
32
33 See probe::netfilter.ip.local_out(3stap)
34 for details.
35
36 netfilter.ip.post_routing
37 Called immediately before an outgoing IP packet leaves
38 the computer
39
40 See probe::netfilter.ip.post_routing(3stap)
41 for details.
42
43 netfilter.bridge.local_in
44 Called on a bridging packet destined for the local com‐
45 puter
46
47 See probe::netfilter.bridge.local_in(3stap)
48 for details.
49
50 netfilter.bridge.forward
51 Called on an incoming bridging packet destined for some
52 other computer
53
54 See probe::netfilter.bridge.forward(3stap)
55 for details.
56
57 netfilter.bridge.local_out
58 Called on a bridging packet coming from a local process
59
60 See probe::netfilter.bridge.local_out(3stap)
61 for details.
62
63
65 probe::netfilter.ip.pre_routing(3stap),
66 probe::netfilter.ip.local_in(3stap),
67 probe::netfilter.ip.forward(3stap),
68 probe::netfilter.ip.local_out(3stap),
69 probe::netfilter.ip.post_routing(3stap),
70 probe::netfilter.arp.in(3stap),
71 probe::netfilter.arp.out(3stap),
72 probe::netfilter.arp.forward(3stap),
73 probe::netfilter.bridge.pre_routing(3stap),
74 probe::netfilter.bridge.local_in(3stap),
75 probe::netfilter.bridge.forward(3stap),
76 probe::netfilter.bridge.local_out(3stap),
77 probe::netfilter.bridge.post_routing(3stap), stap(1),
78 stapprobes(3stap)
79
80
81
82SystemTap Tapset Reference May 2019 TAPSET::NETFILTER(3stap)