You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BPF sk_lookup program type (BPF_PROG_TYPE_SK_LOOKUP) introduces
programmability into the socket lookup performed by the transport layer
when a packet is to be delivered locally.
When invoked, the BPF sk_lookup program can select a socket that will
receive the incoming packet by calling the bpf_sk_assign() BPF helper
function.
See more details at
https://www.kernel.org/doc/html/latest/bpf/prog_sk_lookup.html
Signed-off-by: Alex Rebert <[email protected]>
0 commit comments