Searched refs:bpf_tcp_check_syncookie (Results 1 – 4 of 4) sorted by relevance
/linux-6.14.4/tools/testing/selftests/bpf/progs/ |
D | test_btf_skc_cls_ingress.c | 54 int ret = bpf_tcp_check_syncookie(tp, iphdr, iphdr_size, in test_syncookie_helper()
|
D | test_cls_redirect.c | 672 if (bpf_tcp_check_syncookie(sk, iph, iphlen, tcp, in classify_tcp()
|
D | test_cls_redirect_dynptr.c | 561 if (bpf_tcp_check_syncookie(sk, iph, iphlen, tcp, in classify_tcp()
|
/linux-6.14.4/net/core/ |
D | filter.c | 7373 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,
|