bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [QUESTION] TCP connected socket selection
@ 2021-01-11 18:33 Konstantinos Kaffes
  2021-01-11 19:19 ` Jakub Kicinski
  0 siblings, 1 reply; 3+ messages in thread
From: Konstantinos Kaffes @ 2021-01-11 18:33 UTC (permalink / raw)
  To: bpf

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-01-11 19:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-11 18:33 [QUESTION] TCP connected socket selection Konstantinos Kaffes
2021-01-11 19:19 ` Jakub Kicinski
2021-01-11 19:48   ` Konstantinos Kaffes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).