Searched refs:bpf_tcp_gen_syncookie (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/tools/testing/selftests/bpf/progs/ |
D | test_btf_skc_cls_ingress.c | 47 mss_cookie = bpf_tcp_gen_syncookie(tp, ip6h, sizeof(*ip6h), in test_syncookie_helper()
|
D | test_tcp_check_syncookie_kern.c | 40 return bpf_tcp_gen_syncookie(sk, iph, ip_size, tcph, thlen); in gen_syncookie()
|
/linux-6.1.9/net/core/ |
D | filter.c | 7111 BPF_CALL_5(bpf_tcp_gen_syncookie, struct sock *, sk, void *, iph, u32, iph_len, in BPF_CALL_5() argument 7169 .func = bpf_tcp_gen_syncookie,
|