Lines Matching defs:fv
1063 * @fv: SP list to reconcile into
1066 * @is_server: whether this side is the server (and @fv is the server's list)
1067 * @reorder: whether to reorder the list in @fv after reconciling with @arr
1071 static int dccp_feat_reconcile(dccp_feat_val *fv, u8 *arr, u8 len,
1076 if (!fv->sp.vec || !arr) {
1082 rc = dccp_feat_preflist_match(fv->sp.vec, fv->sp.len, arr, len);
1084 rc = dccp_feat_preflist_match(arr, len, fv->sp.vec, fv->sp.len);
1094 return dccp_feat_prefer(rc, fv->sp.vec, fv->sp.len);