Home
last modified time | relevance | path

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

/Linux-v5.4/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()
/Linux-v5.4/tools/testing/selftests/bpf/
Dbpf_helpers.h205 static int (*bpf_tcp_check_syncookie)(struct bpf_sock *sk, variable
/Linux-v5.4/net/core/
Dfilter.c5793 BPF_CALL_5(bpf_tcp_check_syncookie, struct sock *, sk, void *, iph, u32, iph_len, in BPF_CALL_5() argument
5849 .func = bpf_tcp_check_syncookie,