Searched refs:DCCP_TYPE_RESET (Results 1 – 2 of 2) sorted by relevance
420 if (dh->dh_type != DCCP_TYPE_RESET) in dccp_input()421 dccp_output(dp, DCCP_TYPE_RESET + 2); in dccp_input()529 dccp_output(dp, DCCP_TYPE_RESET + 2); in dccp_input()540 } else if (dh->dh_type == DCCP_TYPE_RESET) { in dccp_input()556 dccp_output(dp, DCCP_TYPE_RESET + 2); in dccp_input()633 dccp_output(dp, DCCP_TYPE_RESET + 2); in dccp_input()636 case DCCP_TYPE_RESET: in dccp_input()645 dccp_output(dp, DCCP_TYPE_RESET + 2); in dccp_input()671 case DCCP_TYPE_RESET: in dccp_input()680 dccp_output(dp, DCCP_TYPE_RESET + 2); in dccp_input()[all …]
156 #define DCCP_TYPE_RESET 7 macro