Searched refs:TCPF_LISTEN (Results 1 – 8 of 8) sorted by relevance
88 TCPF_LISTEN = (1 << 10), enumerator
461 if (!(r->tcpdiag_states&(TCPF_LISTEN|TCPF_SYN_RECV))) in tcpdiag_dump()475 if (!(r->tcpdiag_states&TCPF_LISTEN) || in tcpdiag_dump()496 if (!(r->tcpdiag_states&~(TCPF_LISTEN|TCPF_SYN_RECV))) in tcpdiag_dump()
568 if ((1<<sk->state)&(TCPF_CLOSE|TCPF_LISTEN)) in tcp_set_keepalive()
296 if (!((1<<old_state)&(TCPF_CLOSE|TCPF_LISTEN))) in inet_listen()
2328 if (sk->keepopen && !((1<<sk->state)&(TCPF_CLOSE|TCPF_LISTEN))) { in tcp_setsockopt()2433 if (val == 0 && ((1<<sk->state)&(TCPF_CLOSE|TCPF_LISTEN))) in tcp_getsockopt()
428 (!((1<<sk->state)&(TCPF_LISTEN|TCPF_CLOSE)) in ip_setsockopt()
302 if (!((1<<sk->state)&(TCPF_LISTEN|TCPF_CLOSE)) in ipv6_setsockopt()
771 if ((1<<sk->state)&(TCPF_LISTEN|TCPF_CLOSE)) in tcp_v6_err()1542 !((1<<sk->state)&(TCPF_CLOSE|TCPF_LISTEN))) { in tcp_v6_do_rcv()