Home
last modified time | relevance | path

Searched refs:bpf_skc_lookup_tcp (Results 1 – 8 of 8) sorted by relevance

/linux-6.6.21/tools/testing/selftests/bpf/progs/
Dverifier_ref_tracking.c131 BPF_SK_LOOKUP(bpf_skc_lookup_tcp) in potential_reference_to_sock_common_1()
135 : __imm(bpf_skc_lookup_tcp), in potential_reference_to_sock_common_1()
199 BPF_SK_LOOKUP(bpf_skc_lookup_tcp) in potential_reference_to_sock_common_2()
203 : __imm(bpf_skc_lookup_tcp), in potential_reference_to_sock_common_2()
370 BPF_SK_LOOKUP(bpf_skc_lookup_tcp) in to_sock_common_without_check()
378 __imm(bpf_skc_lookup_tcp), in to_sock_common_without_check()
407 BPF_SK_LOOKUP(bpf_skc_lookup_tcp) in release_reference_to_sock_common()
414 __imm(bpf_skc_lookup_tcp), in release_reference_to_sock_common()
Dtest_tcp_check_syncookie_kern.c82 sk = bpf_skc_lookup_tcp(ctx, &tup, sizeof(tup.ipv4), in check_syncookie()
114 sk = bpf_skc_lookup_tcp(ctx, &tup, sizeof(tup.ipv6), in check_syncookie()
Dvrf_socket_lookup.c44 sk = bpf_skc_lookup_tcp(ctx, tp, tplen, CUR_NS, 0); in socket_lookup()
Dtest_btf_skc_cls_ingress.c94 bpf_skc = bpf_skc_lookup_tcp(skb, tuple, tuple_len, in handle_ip6_tcp()
Dtest_sk_assign.c145 sk = bpf_skc_lookup_tcp(skb, tuple, tuple_len, BPF_F_CURRENT_NETNS, 0); in handle_tcp()
Dtest_cls_redirect_dynptr.c542 bpf_skc_lookup_tcp(skb, tuple, tuplen, BPF_F_CURRENT_NETNS, 0); in classify_tcp()
Dtest_cls_redirect.c652 bpf_skc_lookup_tcp(skb, tuple, tuplen, BPF_F_CURRENT_NETNS, 0); in classify_tcp()
/linux-6.6.21/net/core/
Dfilter.c6746 BPF_CALL_5(bpf_skc_lookup_tcp, struct sk_buff *, skb, in BPF_CALL_5() argument
6754 .func = bpf_skc_lookup_tcp,