Home
last modified time | relevance | path

Searched refs:dccp_feat_prefer (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/dccp/
H A Dfeat.c1035 * dccp_feat_prefer - Move preferred entry to the start of array
1039 static u8 dccp_feat_prefer(u8 preferred_value, u8 *array, u8 array_len) in dccp_feat_prefer() function
1088 return dccp_feat_prefer(rc, fv->sp.vec, fv->sp.len); in dccp_feat_reconcile()
1488 if (!dccp_feat_prefer(sysctl_dccp_tx_ccid, tx.val, tx.len) || in dccp_feat_init()
1489 !dccp_feat_prefer(sysctl_dccp_rx_ccid, rx.val, rx.len)) in dccp_feat_init()
/kernel/linux/linux-6.6/net/dccp/
H A Dfeat.c1037 * dccp_feat_prefer - Move preferred entry to the start of array
1045 static u8 dccp_feat_prefer(u8 preferred_value, u8 *array, u8 array_len) in dccp_feat_prefer() function
1094 return dccp_feat_prefer(rc, fv->sp.vec, fv->sp.len); in dccp_feat_reconcile()
1494 if (!dccp_feat_prefer(sysctl_dccp_tx_ccid, tx.val, tx.len) || in dccp_feat_init()
1495 !dccp_feat_prefer(sysctl_dccp_rx_ccid, rx.val, rx.len)) in dccp_feat_init()

Completed in 5 milliseconds