Home
last modified time | relevance | path

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

/openbmc/linux/net/dccp/
H A Dfeat.h82 return entry->is_local ? DCCPO_CONFIRM_L : DCCPO_CONFIRM_R; in dccp_feat_genopt()
H A Dfeat.c249 case DCCPO_CONFIRM_R: return "Confirm_R"; in dccp_feat_oname()
672 (opt == DCCPO_CONFIRM_R || opt == DCCPO_CONFIRM_L)) { in dccp_feat_insert_opts()
1222 const bool local = (opt == DCCPO_CONFIRM_R); in dccp_feat_confirm_recv()
1319 const bool local = (opt == DCCPO_CONFIRM_R); in dccp_feat_handle_nn_established()
1356 } else if (opt == DCCPO_CONFIRM_R) { in dccp_feat_handle_nn_established()
1424 case DCCPO_CONFIRM_R: in dccp_feat_parse_options()
H A Doptions.c120 case DCCPO_CHANGE_L ... DCCPO_CONFIRM_R: in dccp_parse_options()
/openbmc/linux/include/uapi/linux/
H A Ddccp.h161 DCCPO_CONFIRM_R = 35, enumerator