Home
last modified time | relevance | path

Searched refs:DCCP_LISTEN (Results 1 – 7 of 7) sorted by relevance

/linux-2.6.39/net/dccp/
Dproto.c60 [DCCP_LISTEN] = "LISTEN", in dccp_state_name()
248 return state != DCCP_CLOSED && state != DCCP_LISTEN && in dccp_need_reset()
266 if (old_state == DCCP_LISTEN) { in dccp_disconnect()
317 if (sk->sk_state == DCCP_LISTEN) in dccp_poll()
367 if (sk->sk_state == DCCP_LISTEN) in dccp_ioctl()
819 if (sk->sk_state == DCCP_LISTEN) { in dccp_recvmsg()
938 if (old_state != DCCP_LISTEN) { in inet_dccp_listen()
995 if (sk->sk_state == DCCP_LISTEN) { in dccp_close()
Dtimer.c184 if (sk->sk_state == DCCP_LISTEN) { in dccp_keepalive_timer()
Dipv4.c154 if (sk->sk_state == DCCP_LISTEN) in dccp_do_pmtu_discovery()
282 case DCCP_LISTEN: in dccp_v4_err()
686 if (sk->sk_state == DCCP_LISTEN) { in dccp_v4_do_rcv()
Dinput.c604 if (sk->sk_state == DCCP_LISTEN) { in dccp_rcv_state_process()
Dipv6.c185 case DCCP_LISTEN: in dccp_v6_err()
721 if (sk->sk_state == DCCP_LISTEN) { in dccp_v6_do_rcv()
Dfeat.c1211 case DCCP_LISTEN: in dccp_feat_parse_options()
/linux-2.6.39/include/linux/
Ddccp.h252 DCCP_LISTEN = TCP_LISTEN, enumerator