Home
last modified time | relevance | path

Searched refs:DCCP_CLOSING (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/dccp/
H A Dproto.c63 [DCCP_CLOSING] = "CLOSING", in dccp_state_name()
97 oldstate == DCCP_CLOSING) in dccp_set_state()
132 dccp_set_state(sk, DCCP_CLOSING); in dccp_finish_passive_close()
984 next_state = DCCP_CLOSING; in dccp_terminate_connection()
H A Dinput.c54 case DCCP_CLOSING: in dccp_rcv_close()
108 dccp_set_state(sk, DCCP_CLOSING); in dccp_rcv_closereq()
/openbmc/linux/include/linux/
H A Ddccp.h44 DCCP_CLOSING = TCP_CLOSING, enumerator