Home
last modified time | relevance | path

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

/openbmc/linux/net/dccp/
H A Dproto.c61 [DCCP_LISTEN] = "LISTEN", in dccp_state_name()
252 return state != DCCP_CLOSED && state != DCCP_LISTEN && in dccp_need_reset()
270 if (old_state == DCCP_LISTEN) { in dccp_disconnect()
326 if (state == DCCP_LISTEN) in dccp_poll()
375 if (sk->sk_state == DCCP_LISTEN) in dccp_ioctl()
820 if (sk->sk_state == DCCP_LISTEN) { in dccp_recvmsg()
940 if (old_state != DCCP_LISTEN) { in inet_dccp_listen()
1002 if (sk->sk_state == DCCP_LISTEN) { in dccp_close()
H A Dipv4.c169 if (sk->sk_state == DCCP_LISTEN) in dccp_do_pmtu_discovery()
858 if (unlikely(sk->sk_state != DCCP_LISTEN)) { in dccp_v4_rcv()
H A Dinput.c602 if (sk->sk_state == DCCP_LISTEN) { in dccp_rcv_state_process()
H A Dipv6.c751 if (unlikely(sk->sk_state != DCCP_LISTEN)) { in dccp_v6_rcv()
H A Dfeat.c1415 case DCCP_LISTEN: in dccp_feat_parse_options()
/openbmc/linux/include/linux/
H A Ddccp.h22 DCCP_LISTEN = TCP_LISTEN, enumerator