Searched refs:bpf_skc_lookup_tcp (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/tools/testing/selftests/bpf/progs/ |
D | verifier_ref_tracking.c | 131 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()
|
D | test_tcp_check_syncookie_kern.c | 82 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()
|
D | vrf_socket_lookup.c | 44 sk = bpf_skc_lookup_tcp(ctx, tp, tplen, CUR_NS, 0); in socket_lookup()
|
D | test_btf_skc_cls_ingress.c | 94 bpf_skc = bpf_skc_lookup_tcp(skb, tuple, tuple_len, in handle_ip6_tcp()
|
D | test_sk_assign.c | 145 sk = bpf_skc_lookup_tcp(skb, tuple, tuple_len, BPF_F_CURRENT_NETNS, 0); in handle_tcp()
|
D | test_cls_redirect_dynptr.c | 542 bpf_skc_lookup_tcp(skb, tuple, tuplen, BPF_F_CURRENT_NETNS, 0); in classify_tcp()
|
D | test_cls_redirect.c | 652 bpf_skc_lookup_tcp(skb, tuple, tuplen, BPF_F_CURRENT_NETNS, 0); in classify_tcp()
|
/linux-6.6.21/net/core/ |
D | filter.c | 6746 BPF_CALL_5(bpf_skc_lookup_tcp, struct sk_buff *, skb, in BPF_CALL_5() argument 6754 .func = bpf_skc_lookup_tcp,
|