On Mon, 11 Jan 2021 10:33:49 -0800 Konstantinos Kaffes wrote: > Hi everyone, > > It is the first time I am posting to a kernel mailing list so please > let me know if this question needs to be directed elsewhere. > > I have been using BPF to programmatically steer UDP datagrams to > sockets using the "sk_reuseport" hook. > > Similarly, I would like to identify request boundaries within a TCP > stream/connection and programmably forward requests to different > sockets *after* a connection is established. Is there a way to do that > in the kernel using BPF? Sounds like what KCM does.