Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Ddccp.h142 DCCP_RESET_CODE_MANDATORY_ERROR, enumerator
/openbmc/linux/net/dccp/
H A Dfeat.c1182 return DCCP_RESET_CODE_MANDATORY_ERROR; in dccp_feat_change_recv()
1208 return is_mandatory ? DCCP_RESET_CODE_MANDATORY_ERROR in dccp_feat_change_recv()
1233 return DCCP_RESET_CODE_MANDATORY_ERROR; in dccp_feat_confirm_recv()
1297 return is_mandatory ? DCCP_RESET_CODE_MANDATORY_ERROR in dccp_feat_confirm_recv()
1392 return mandatory ? DCCP_RESET_CODE_MANDATORY_ERROR in dccp_feat_handle_nn_established()
H A Dinput.c139 [DCCP_RESET_CODE_MANDATORY_ERROR] = EOPNOTSUPP, in dccp_reset_code_convert()
H A Doutput.c494 case DCCP_RESET_CODE_MANDATORY_ERROR: in dccp_ctl_make_reset()