Home
last modified time | relevance | path

Searched refs:DCCPF_RESPOND (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Ddccp.h57 DCCPF_RESPOND = TCPF_SYN_RECV, enumerator
/linux/net/dccp/
H A Dproto.c345 if ((1 << state) & ~(DCCPF_REQUESTING | DCCPF_RESPOND)) { in dccp_poll()