Searched refs:DCCPO_CONFIRM_R (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/net/dccp/ |
H A D | feat.h | 82 return entry->is_local ? DCCPO_CONFIRM_L : DCCPO_CONFIRM_R; in dccp_feat_genopt()
|
H A D | feat.c | 249 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() 1206 * @opt: %DCCPO_CONFIRM_L or %DCCPO_CONFIRM_R 1216 const bool local = (opt == DCCPO_CONFIRM_R); in dccp_feat_confirm_recv() 1295 * @opt: %DCCPO_CHANGE_L | %DCCPO_CONFIRM_R (NN only) 1313 const bool local = (opt == DCCPO_CONFIRM_R); in dccp_feat_handle_nn_established() 1350 } else if (opt == DCCPO_CONFIRM_R) { in dccp_feat_handle_nn_established() 1391 * @opt: %DCCPO_CHANGE_L | %DCCPO_CHANGE_R | %DCCPO_CONFIRM_L | %DCCPO_CONFIRM_R 1418 case DCCPO_CONFIRM_R: in dccp_feat_parse_options()
|
H A D | options.c | 120 case DCCPO_CHANGE_L ... DCCPO_CONFIRM_R: in dccp_parse_options() 493 * @type: %DCCPO_CHANGE_L, %DCCPO_CHANGE_R, %DCCPO_CONFIRM_L, %DCCPO_CONFIRM_R
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | dccp.h | 100 DCCPO_CONFIRM_R = 35, enumerator
|
/kernel/linux/linux-6.6/net/dccp/ |
H A D | feat.h | 82 return entry->is_local ? DCCPO_CONFIRM_L : DCCPO_CONFIRM_R; in dccp_feat_genopt()
|
H A D | feat.c | 249 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() 1212 * @opt: %DCCPO_CONFIRM_L or %DCCPO_CONFIRM_R 1222 const bool local = (opt == DCCPO_CONFIRM_R); in dccp_feat_confirm_recv() 1301 * @opt: %DCCPO_CHANGE_L | %DCCPO_CONFIRM_R (NN only) 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() 1397 * @opt: %DCCPO_CHANGE_L | %DCCPO_CHANGE_R | %DCCPO_CONFIRM_L | %DCCPO_CONFIRM_R 1424 case DCCPO_CONFIRM_R: in dccp_feat_parse_options()
|
H A D | options.c | 120 case DCCPO_CHANGE_L ... DCCPO_CONFIRM_R: in dccp_parse_options() 493 * @type: %DCCPO_CHANGE_L, %DCCPO_CHANGE_R, %DCCPO_CONFIRM_L, %DCCPO_CONFIRM_R
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | dccp.h | 100 DCCPO_CONFIRM_R = 35, enumerator
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | dccp.h | 161 DCCPO_CONFIRM_R = 35, enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | dccp.h | 161 DCCPO_CONFIRM_R = 35, enumerator
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | dccp.h | 112 DCCPO_CONFIRM_R = 35, enumerator
|
Completed in 12 milliseconds