Searched refs:DCCPF_RESPOND (Results 1 – 2 of 2) sorted by relevance
/linux/include/linux/ | ||
H A D | dccp.h | 57 DCCPF_RESPOND = TCPF_SYN_RECV, enumerator |
/linux/net/dccp/ | ||
H A D | proto.c | 345 if ((1 << state) & ~(DCCPF_REQUESTING | DCCPF_RESPOND)) { in dccp_poll() |