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? Thank you in advance, Kostis