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 computer
18
19 See probe::netfilter.ip.local_in(3stap)
20 for details.
21
22 netfilter.ip.forward
23 Called on an incoming IP packet addressed to some other computer
24
25 See probe::netfilter.ip.forward(3stap)
26 for details.
27
28 netfilter.ip.local_out
29 Called on an outgoing IP packet
30
31 See probe::netfilter.ip.local_out(3stap)
32 for details.
33
34 netfilter.ip.post_routing
35 Called immediately before an outgoing IP packet leaves the com‐
36 puter
37
38 See probe::netfilter.ip.post_routing(3stap)
39 for details.
40
41 netfilter.bridge.local_in
42 Called on a bridging packet destined for the local computer
43
44 See probe::netfilter.bridge.local_in(3stap)
45 for details.
46
47 netfilter.bridge.forward
48 Called on an incoming bridging packet destined for some other
49 computer
50
51 See probe::netfilter.bridge.forward(3stap)
52 for details.
53
54 netfilter.bridge.local_out
55 Called on a bridging packet coming from a local process
56
57 See probe::netfilter.bridge.local_out(3stap)
58 for details.
59
60
62 probe::netfilter.ip.pre_routing(3stap),
63 probe::netfilter.ip.local_in(3stap),
64 probe::netfilter.ip.forward(3stap),
65 probe::netfilter.ip.local_out(3stap),
66 probe::netfilter.ip.post_routing(3stap),
67 probe::netfilter.arp.in(3stap), probe::netfilter.arp.out(3stap),
68 probe::netfilter.arp.forward(3stap),
69 probe::netfilter.bridge.pre_routing(3stap),
70 probe::netfilter.bridge.local_in(3stap),
71 probe::netfilter.bridge.forward(3stap),
72 probe::netfilter.bridge.local_out(3stap),
73 probe::netfilter.bridge.post_routing(3stap), stap(1),
74 stapprobes(3stap)
75
76
77
78SystemTap Tapset Reference November 2021 TAPSET::NETFILTER(3stap)