Home
last modified time | relevance | path

Searched refs:DCCP_RESET_CODE_MANDATORY_ERROR (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Ddccp.h141 DCCP_RESET_CODE_MANDATORY_ERROR, enumerator
/linux-4.1.27/net/dccp/
Dfeat.c1168 return DCCP_RESET_CODE_MANDATORY_ERROR; in dccp_feat_change_recv()
1194 return is_mandatory ? DCCP_RESET_CODE_MANDATORY_ERROR in dccp_feat_change_recv()
1219 return DCCP_RESET_CODE_MANDATORY_ERROR; in dccp_feat_confirm_recv()
1283 return is_mandatory ? DCCP_RESET_CODE_MANDATORY_ERROR in dccp_feat_confirm_recv()
1378 return mandatory ? DCCP_RESET_CODE_MANDATORY_ERROR in dccp_feat_handle_nn_established()
Dinput.c143 [DCCP_RESET_CODE_MANDATORY_ERROR] = EOPNOTSUPP, in dccp_reset_code_convert()
Doutput.c483 case DCCP_RESET_CODE_MANDATORY_ERROR: in dccp_ctl_make_reset()