]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
bpf: Factor out socket lookup functions for the TC hookpoint.
authorGilad Sever <gilad9366@gmail.com>
Wed, 21 Jun 2023 10:42:08 +0000 (13:42 +0300)
committerDaniel Borkmann <daniel@iogearbox.net>
Wed, 21 Jun 2023 21:36:58 +0000 (23:36 +0200)
commit6e98730bc0b44acaf86eccc75f823128aa9c9e79
tree9339f48273bd86ef00ecbccad96c87e66a78e081
parent970308a7b544fa1c7ee98a2721faba3765be8dd8
bpf: Factor out socket lookup functions for the TC hookpoint.

Change BPF helper socket lookup functions to use TC specific variants:
bpf_tc_sk_lookup_tcp() / bpf_tc_sk_lookup_udp() / bpf_tc_skc_lookup_tcp()
instead of sharing implementation with the cg / sk_skb hooking points.
This allows introducing a separate logic for the TC flow.

The tc functions are identical to the original code.

Signed-off-by: Gilad Sever <gilad9366@gmail.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Reviewed-by: Shmulik Ladkani <shmulik.ladkani@gmail.com>
Reviewed-by: Eyal Birger <eyal.birger@gmail.com>
Acked-by: Stanislav Fomichev <sdf@google.com>
Link: https://lore.kernel.org/bpf/20230621104211.301902-2-gilad9366@gmail.com
net/core/filter.c