Home
last modified time | relevance | path

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

/linux-5.10/tools/testing/selftests/bpf/progs/
Dtest_tcp_check_syncookie_kern.c93 ret = bpf_tcp_check_syncookie(sk, ipv4h, sizeof(*ipv4h), in check_syncookie()
125 ret = bpf_tcp_check_syncookie(sk, ipv6h, sizeof(*ipv6h), in check_syncookie()
Dtest_btf_skc_cls_ingress.c57 int ret = bpf_tcp_check_syncookie(tp, ip6h, sizeof(*ip6h), in test_syncookie_helper()
Dtest_cls_redirect.c662 if (bpf_tcp_check_syncookie(sk, iph, iphlen, tcp, in classify_tcp()
/linux-5.10/net/core/
Dfilter.c6470 BPF_CALL_5(bpf_tcp_check_syncookie, struct sock *, sk, void *, iph, u32, iph_len, in BPF_CALL_5() argument
6526 .func = bpf_tcp_check_syncookie,