Searched refs:BPF_TCP_LISTEN (Results 1 - 12 of 12) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_check_syncookie_kern.c87 if (sk->state != BPF_TCP_LISTEN)
119 if (sk->state != BPF_TCP_LISTEN)
H A Dtest_sk_assign.c147 if (sk->state != BPF_TCP_LISTEN)
160 if (sk->state != BPF_TCP_LISTEN) {
H A Dtest_tcpbpf_kern.c140 if (skops->args[0] == BPF_TCP_LISTEN) {
H A Dtest_btf_skc_cls_ingress.c119 } else if (bpf_skc->state == BPF_TCP_LISTEN) {
H A Dtest_sock_fields.c141 sk->state == BPF_TCP_LISTEN)
236 if (sk->state != BPF_TCP_LISTEN)
H A Dtest_sk_lookup.c349 ctx->sk->state != BPF_TCP_LISTEN)
372 ctx->sk->state != BPF_TCP_LISTEN)
H A Dtest_cls_redirect.c660 if (sk->state != BPF_TCP_LISTEN) {
H A Dtest_cls_redirect_dynptr.c549 if (sk->state != BPF_TCP_LISTEN) {
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsk_storage_tracing.c88 err = check_sk_stg(listen_fd, BPF_TCP_LISTEN);
/linux-master/include/uapi/linux/
H A Dbpf.h7014 BPF_TCP_LISTEN, enumerator in enum:__anon2690
/linux-master/tools/include/uapi/linux/
H A Dbpf.h7014 BPF_TCP_LISTEN, enumerator in enum:__anon3231
/linux-master/net/ipv4/
H A Dtcp.c2615 BUILD_BUG_ON((int)BPF_TCP_LISTEN != (int)TCP_LISTEN);

Completed in 205 milliseconds