Searched refs:bpf_tcp_check_syncookie (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_tcp_check_syncookie_kern.c | 93 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()
|
H A D | test_btf_skc_cls_ingress.c | 57 int ret = bpf_tcp_check_syncookie(tp, ip6h, sizeof(*ip6h), in test_syncookie_helper()
|
H A D | test_cls_redirect_dynptr.c | 559 if (bpf_tcp_check_syncookie(sk, iph, iphlen, tcp, in classify_tcp()
|
H A D | test_cls_redirect.c | 669 if (bpf_tcp_check_syncookie(sk, iph, iphlen, tcp, in classify_tcp()
|
/openbmc/linux/net/core/ |
H A D | filter.c | 7292 BPF_CALL_5(bpf_tcp_check_syncookie, struct sock *, sk, void *, iph, u32, iph_len, in BPF_CALL_5() argument 7357 .func = bpf_tcp_check_syncookie,
|