Home
last modified time | relevance | path

Searched refs:bpf_tcp_check_syncookie (Results 1 – 4 of 4) sorted by relevance

/linux-6.14.4/tools/testing/selftests/bpf/progs/
Dtest_btf_skc_cls_ingress.c54 int ret = bpf_tcp_check_syncookie(tp, iphdr, iphdr_size, in test_syncookie_helper()
Dtest_cls_redirect.c672 if (bpf_tcp_check_syncookie(sk, iph, iphlen, tcp, in classify_tcp()
Dtest_cls_redirect_dynptr.c561 if (bpf_tcp_check_syncookie(sk, iph, iphlen, tcp, in classify_tcp()
/linux-6.14.4/net/core/
Dfilter.c7373 BPF_CALL_5(bpf_tcp_check_syncookie, struct sock *, sk, void *, iph, u32, iph_len, in BPF_CALL_5() argument
7435 .func = bpf_tcp_check_syncookie,