Skip to content

Commit a32698b

Browse files
added TODOs in conntracker kernel module
1 parent b05d9b9 commit a32698b

File tree

1 file changed

+4
-0
lines changed
  • core/src/components/conntracker/src

1 file changed

+4
-0
lines changed

core/src/components/conntracker/src/main.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ use crate::tc::try_identity_classifier;
3232
use crate::tcp_analyzer::try_tcp_analyzer;
3333
use crate::veth_tracer::try_veth_tracer;
3434

35+
// TODO: add function to track
36+
// 1. kprobe:tcp_enter_memory_pressure
37+
// 2. kprobe:tcp_create_openreq_child (https://elixir.bootlin.com/linux/v6.18.6/source/net/ipv4/tcp_ipv4.c#L1776) [function: *tcp_v4_syn_recv_sock]
38+
3539
// docs:
3640
//
3741
// virtual ethernet (veth) interface tracer:

0 commit comments

Comments
 (0)